Difference between revisions of "Floor"
Jump to navigation
Jump to search
(Created page with "<c>floor</c> Returns the "floor", i.e. closest whole number less than or equal to the given number. === Arguments === {| class="wikitable" |- ! Parameter Name !! Default Val...") |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<c>floor</c> Returns the "floor", i.e. closest whole number less than or equal to the given number. | <c>floor</c> Returns the "floor", i.e. closest whole number less than or equal to the given number. | ||
+ | |||
+ | See also: [[ceil]], [[round]] | ||
=== Arguments === | === Arguments === | ||
Line 5: | Line 7: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! Parameter Name !! | + | ! Parameter Name !! Type !! Meaning |
|- | |- | ||
| ''x'' || number, default 0 || number to get the floor of | | ''x'' || number, default 0 || number to get the floor of | ||
|} | |} | ||
− | |||
== Example == | == Example == |