Difference between revisions of "Floor"
Jump to navigation
Jump to search
m (→Arguments) |
|||
(2 intermediate revisions by 2 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 === |