Difference between revisions of "Math.floor"
From OpenEUO
(Created page with " math.floor (x) Returns the largest integer smaller than or equal to x.") |
|||
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]] |
Revision as of 14:48, 9 October 2010
math.floor (x)
Returns the largest integer smaller than or equal to x.