Returns the absolute value of a.
abs( a )
Returns |a|
a
This function returns the absolute value of a.
abs( -123 )
Returns 123.