expression -
expression
Each expression yields an integer
, a number
, or a complex
.
The -
operator evaluates to the difference between the given values.
If either given value is a complex
, the evaluated value will be a complex
. Otherwise, the evaluated value will be a number
.