Manuals/calci/ABS
Jump to navigation
Jump to search
Remarks
Examples
''''''' ''''
Description
ABS
ABS(n1)
where,
n1 - a real number of which you want the absolute
value.
It calculates the absolute value of a number.
Syntax
Column1 | Column2 | Column3 | Column4 | |
Row1 | 5 | |||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |
Let see an example(column2,Row1)
=abs(-5)
ABS returns 5.
Consider another example
=abs("fhjfdg")
ABS returns NaN.