Manuals/calci/ABS

From ZCubes Wiki
Revision as of 21:10, 24 October 2013 by MassBot1 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.