Difference between revisions of "Manuals/calci/ABS"
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...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''ABS(n)'''</div><br/> |
− | + | *Where 'n 'is the any real number. | |
− | + | ==Description== | |
− | + | *This function gives the absolute value of a given number. | |
− | + | *Here N is the real number which we want to convert in absolute value of N. | |
+ | *The absolute value of a real number is its distance from 0 on the number line. | ||
+ | *Absolute value of a number is the number with '+' sign. | ||
− | Examples | + | ==Examples== |
− | + | *ABS(8)=8 | |
− | - | + | *ABS(-5)=5 |
− | + | *ABS(1/2)=0.5 | |
− | - | + | *ABS(-1/4)=0.25 |
− | |||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/IMABS | IMABS ]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ==References== | |
− | + | [http://en.wikipedia.org/wiki/Complex_number| Complex Numbers] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 03:19, 19 November 2013
ABS(n)
- Where 'n 'is the any real number.
Description
- This function gives the absolute value of a given number.
- Here N is the real number which we want to convert in absolute value of N.
- The absolute value of a real number is its distance from 0 on the number line.
- Absolute value of a number is the number with '+' sign.
Examples
- ABS(8)=8
- ABS(-5)=5
- ABS(1/2)=0.5
- ABS(-1/4)=0.25
See Also