abs [function]

abs( x )

returns the absolute value of x, as real

abs( 2.2 ); // real (2.2)
abs( -3.1 ); // real (3.1)