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