Returns the absolute value of an expression evaluating to double.
Find the absolute value of the integer -4.
abs(-4)
abs(double expr x)
x : expression evaluating to double
double
Function abs returns the absolute (no negative sign) value of a double expression.
abs
Content