Difference between revisions of "Math.abs"
From OpenEUO
(Created page with " math.abs (x) Returns the absolute value of x.") |
|||
(One intermediate revision by the same user not shown) | |||
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]] | ||
+ | |||
+ | [[Math.modf]] |
Latest revision as of 13:54, 9 October 2010
math.abs (x)
Returns the absolute value of x.