| Applying science to business management |
  
Minus
Format: -x
Arguments: (num) x Input number; may be real or
complex
Returns: (num) 0 - x
Description: Identifies the number x as negative
Examples: 3+-4 = -1
3*-4 = -12
2^-2 = 0.25
See Also: Plus, Subtract
|