Syntax
Object1 - Object2
Description
Subtraction.
Returns the result of subtracting Object2 from Object 1. The objects may be numerical values or expressions that return numerical results. The objects may also be lists or matrices of appropriate dimensions.
Example
3-2 returns 1
- — Discussion