Difference between revisions of "Math.ceil"
From OpenEUO
(Created page with " math.ceil (x) Returns the smallest integer larger than or equal to x.") |
|||
Line 2: | Line 2: | ||
Returns the smallest integer larger than or equal to x. | Returns the smallest integer larger than or equal to x. | ||
+ | |||
+ | [[Math.abs]] | ||
+ | |||
+ | [[Math.floor]] | ||
+ | |||
+ | [[Math.huge]] | ||
+ | |||
+ | [[Math.min]] | ||
+ | |||
+ | [[Math.max]] |
Revision as of 13:47, 9 October 2010
math.ceil (x)
Returns the smallest integer larger than or equal to x.