Comment on page
Inversion -
Operator: -
The inversion operator
-
is applied to a value in order to negate the value.
The value can be of the following type:- number
- duration
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns the inversed (reversed) value of
value
.
When the values before and after the inversion are combined in an addition, the result should be zero.Last modified 8mo ago