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