Difference between revisions of "Math.max"
From OpenEUO
(Created page with " math.max (x, ···) Returns the maximum value among its arguments.") |
|||
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.max]] |
Revision as of 13:48, 9 October 2010
math.max (x, ···)
Returns the maximum value among its arguments.
Math.max