excellerate
v0.4.0
Search documentation of excellerate
Default
Default
In-browser search
Settings
ExCellerate.
Functions.
Math.
Floor
(excellerate v0.4.0)
Copy Markdown
View Source
Rounds a number down to the nearest integer.
Examples
floor
(
1.9
)
→
1
floor
(
3.0
)
→
3
floor
(
-
1.2
)
→
-
2