−
factor
Factor yields an integer
, a number
, or a complex
.
The −
operator evaluates to the negation of the given value. If the given value is positive, the evaluated value will be negative, and vice versa.
The data type of the evaluated value will be the same as the data type of the given value.