_Added in 1.9.0_ *$abs(N)* Returns the absolute value of number N. _Supports "Big Integers":https://en.wikipedia.org/wiki/Arbitrary-precision_arithmetic_ *Parameters* table(ktable). |*Parameter*|*Description*| | N | The number to find the absolute value of. | *Example*
;Returns 5.
//echo -ag $abs(5)

;Returns 1.
//echo -ag $abs(-1)