Notion Templates
/
Wikis
/
🔥
Red's Notion Formula Sheet
/
unaryMinus
unaryMinus
Description
Negates a number. (Turns a positive number into a negative number)
Tags
Operators
Type
#
Syntax
- number unaryMinus(number)
Example
unaryMinus(42) == -42
Template Example