Manuals/calci/NEGATIVE

From ZCubes Wiki
Revision as of 06:27, 7 April 2017 by Swapna (talk | contribs) (Created page with "<div style="font-size:30px">'''NEGATIVE(Value)'''</div><br/> *<math>Value</math> is any real number. ==Description== *This function gives the negative of a given number. *Sup...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
NEGATIVE(Value)


  • is any real number.

Description

  • This function gives the negative of a given number.
  • Suppose the is a positive number ,then this function returns a negative number.
  • If is a negative number ,then this function returns a positive number.
  • Also is zero, this function shows 0.
  • This function will shows the result as error when the value is non-numeric.
  • Also when we are giving the value with Complex number, then it will consider only the real part of a Complex number.

Examples

  1. =SIGN(56) = 1
  2. =SIGN(-490) = -1
  3. =SIGN(0) = 0
  4. =SIGN(0.0000001) = 1

Related Videos

SIGN

See Also

References