abs

From RPTools Wiki
Revision as of 12:25, 1 December 2008 by Craig (talk | contribs)
Jump to navigation Jump to search

Function abs

Returns the absolute value of a number. The absolute value of a number is the number without the sign.

Usage

[h: abs(number)]
[h: absolutevalue(num)]

Examples

[r: abs(-3)]

Returns 3.

[r: abs(4)]

Returns 4.