Syntax
Examples
It calculates the absolute value of a number.
Column1 | Column2 | |
Row1 | 0 | 3 |
Row2 | 0 | 8 |
Row3 | 5 | 5 |
' ABS '
Description
ABS (N1)
Where N1 is a real number of which you want the absolute value.
ABS(N1)
That is ABS(-5) is 5
Syntax
Examples
It calculates the absolute value of a number.
Column1 | Column2 | |
Row1 | 0 | 3 |
Row2 | 0 | 8 |
Row3 | 5 | 5 |
Description
ABS (N1)
Where N1 is a real number of which you want the absolute value.
ABS(N1)
That is ABS(-5) is 5