Difference between revisions of "Manuals/calci/NEGATE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''NEGATE(Number)'''</div><br/> *<math>Number</math> is any real number. ==Description== *This function gives the negative of a given number. *Sup...")
 
 
Line 17: Line 17:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|CDYIHcvpEIU|280|center|SIGN}}
+
{{#ev:youtube|v=qpR0_SJ_uIM|280|center|SIGN}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:15, 21 November 2018

NEGATE(Number)


  • 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 returns 0.
  • For a non-numeric value of , an error message is displayed.

Examples

  1. =NEGATE(63) = -63
  2. =NEGATE(-200) = 200
  3. =NEGATE(0) = 0
  4. =NEGATE(50.34) = -50.34

Related Videos

SIGN

See Also

References