Cheddar Documentation
Search...
Ctrl + K
Mathematics
Negation
Syntax
Copy
-
x
Explanation
Unary
-
, performs negation on the operand.
Examples
Copy
-2
// -2
-
(
-2
)
// 2
Previous
Remainder
Next
Sign
Last updated
4 years ago
Syntax
Explanation
Examples