Minus

Name

Minus -- Returns the difference of two numbers or profiles

Synopsis

Minus[x->NUMBER, y->NUMBER] =: NUMBER 
Minus[x->MIXED, y->MIXED] =: MIXED 
Minus[x->BEHAV, y->BEHAV] =: BEHAV 

Description

Minus returns the difference of x and y.

Short form

x - y

See also

Divide, Plus, Times.