| Contents: | Main | Chapter | See Also: | Getting Started Manual | Programmer Manual | |||
| Format: | ABS(n) |
| Parameters: | n is a number or an expression with a numeric value. |
| Use: | This mathematical function will return the value of n without a sign; it gives the absolute value of n. |
| Example: |
ABS(-23.87)=> 23.87 |
Reviewed/Updated: March 4, 2007