Category: Math Kind: Operation Description: Negate a number
In math, to negate something is to produce the opposite (such as a negative instead of a positive)
Inputs
Name | Abbreviation | Type | Access | Description |
Number | N | Number | Item | The number to negate |
Outputs
Name | Abbreviation | Type | Access | Description |
Negated | N | Number | Item | The negated number |
How to
Feed in a number
This could be the a numeric result of another node
Or, you can use a number node
Or, you can type numbers into the boxes
If you need to process multiple numbers in a list, use the map node
The result is a negative of the original number
ex: 4 → negate → -4
ex 3.14 → negate → -3.14
ex -10 → negate → 10

