abs |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Mathematical and trigonometrical functions -> abs |
Show all Hide all |
The function abs (num) returns as a result the absolute value of a number. The absolute value of a number is the value without sign.
Syntax: =abs(num)
num: is the real number which is the basis for the absolute value
Example |
=abs(2.2) is 2 =abs(-2.2) is 2 |