absolutevalue: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
(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)]
Returns 4.