abs

From RPTools Wiki
Revision as of 06:09, 6 March 2009 by Verisimilar (talk | contribs) (Applied Template:MacroFunction)
Jump to navigation Jump to search

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)]
Returns 4.