Actions
$abs » History » Revision 7
« Previous |
Revision 7/11
(diff)
| Next »
Per Amundsen, 02/17/2014 09:06 AM
Added in 1.9.0
$abs(N)
Returns the absolute value of number N.
Parameters
N - The number to find the absolute value of. (N is a double number)
Example
;Returns 5. //echo -ag $abs(5) ;Returns 1. //echo -ag $abs(-1)
Updated by Per Amundsen over 10 years ago · 7 revisions