Kernel.floor
You're seeing just the function
floor
, go back to Kernel module for more information.
Specs
Returns the largest integer smaller than or equal to number
.
If you want to perform floor operation on other decimal places,
use Float.floor/2
instead.
Allowed in guard tests. Inlined by the compiler.