Difference between revisions of "Manuals/calci/ABS"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Remarks </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align...")
(No difference)

Revision as of 02:10, 25 October 2013

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.