August 2010
Intermediate to advanced
526 pages
23h 39m
English
abs() — Compute the numerical absolute value
abs( expression )The abs() function returns the absolute value of an
expression. If the expression is an integer, an integer absolute
value is returned. If expression is a float, the floating-point
absolute value is returned. If number is NULL, a NULL is
returned. All other datatypes are first converted to
floating-point values, then the absolute value of the converted
floating-point number is returned.
Read now
Unlock full access