| Applying science to business management |
  
Plus
Format: +x
Arguments: (num) x Input number; may be real or
complex
Returns: (num) x
Description: Identifies the number x as
positive. This notation is always superfluous because numbers are
assumed to be positive. However, this operator sometimes improves
the readability of equations.
Examples: 3*+4 = 12
3-+4 = -1
See Also: Minus, Add
|