|
|
Negate
When applied to a number or an array of numbers, Negate produces the negated value of the number or an array of the negated values of the elements of the array, respectively.
Structure (for scalars): X becomes minusX
Examples: 3 becomes -3 -89 becomes +89 (3, -89) becomes (-3, 89)
Special compound model elements
|