Difference between revisions of "Math.min"
From OpenEUO
(Created page with " math.min (x, ···) Returns the minimum value among its arguments.") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
Returns the minimum value among its arguments. | Returns the minimum value among its arguments. | ||
+ | |||
+ | [[Math.abs]] | ||
+ | |||
+ | [[Math.ceil]] | ||
+ | |||
+ | [[Math.floor]] | ||
+ | |||
+ | [[Math.huge]] | ||
+ | |||
+ | [[Math.max]] | ||
+ | |||
+ | [[Math.modf]] |
Latest revision as of 13:55, 9 October 2010
math.min (x, ···)
Returns the minimum value among its arguments.