Difference between revisions of "Manuals/calci/SIGN"
Jump to navigation
Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...") |
|||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''SIGN(n)'''</div><br/> |
+ | *<math>n</math> is any real number. | ||
− | |||
− | </ | + | ==Description== |
− | - | + | *This function gives the sign of a number. |
− | < | + | *In <math>SIGN(n), n </math>, is any real number. |
+ | *Suppose the <math>n</math> value is a positive number ,then this function will reurn 1. | ||
+ | *When <math>n</math> is a negative number, this function shows -1. | ||
+ | *Also <math>n</math> is zero, this function shows o. | ||
+ | *This function will shows the result as error when the n value is nonnumeric. | ||
+ | *Also when we are giving the <math>n</math> value with Complex number, then it will consider only the real part of a Complex number. | ||
− | |||
− | + | ==Examples== | |
− | + | # =SIGN(56) = 1 | |
− | + | # =SIGN(-490) = -1 | |
− | -- | + | # =SIGN(0) = 0 |
− | + | # =SIGN(0.0000001) = 1 | |
− | |||
− | + | ==See Also== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 02:49, 10 January 2014
SIGN(n)
- is any real number.
Description
- This function gives the sign of a number.
- In , is any real number.
- Suppose the value is a positive number ,then this function will reurn 1.
- When is a negative number, this function shows -1.
- Also is zero, this function shows o.
- This function will shows the result as error when the n value is nonnumeric.
- Also when we are giving the value with Complex number, then it will consider only the real part of a Complex number.
Examples
- =SIGN(56) = 1
- =SIGN(-490) = -1
- =SIGN(0) = 0
- =SIGN(0.0000001) = 1