Manuals/calci/NEGATE
Jump to navigation
Jump to search
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
- =NEGATE(63) = -63
- =NEGATE(-200) = 200
- =NEGATE(0) = 0
- =NEGATE(50.34) = -50.34
Related Videos
See Also
References