Returns the absolute value of the input number.
abs ( n as Number ) As Number
Intent >abs(-1.56) --> 1.56
Intent >abs(1.56) --> 1.56