absolutevalue: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) No edit summary |
Verisimilar (talk | contribs) m (Macros:Functions:absolutevalue moved to absolutevalue) |
(No difference)
|
Revision as of 21:53, 6 March 2009
abs() Function
Returns the absolute value of a number. The absolute value of a number is the number without the sign.
Usage
[h: val = abs(num)]
[h: val = absolutevalue(num)]
Examples
[r: abs(-3)]
Returns 3.
[r: abs(4)]