Difference between revisions of "Math.floor"
From OpenEUO
(Created page with " math.floor (x) Returns the largest integer smaller than or equal to x.") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
Returns the largest integer smaller than or equal to x. | Returns the largest integer smaller than or equal to x. | ||
+ | |||
+ | [[Math.abs]] | ||
+ | |||
+ | [[Math.ceil]] | ||
+ | |||
+ | [[Math.huge]] | ||
+ | |||
+ | [[Math.min]] | ||
+ | |||
+ | [[Math.max]] | ||
+ | |||
+ | [[Math.modf]] |
Latest revision as of 14:55, 9 October 2010
math.floor (x)
Returns the largest integer smaller than or equal to x.