Skip to main content

negate

Negate a number

Holly Conrad Smith avatar
Written by Holly Conrad Smith
Updated over 2 weeks ago

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

  1. Feed in a number

    1. This could be the a numeric result of another node

    2. Or, you can use a number node

    3. Or, you can type numbers into the boxes

    4. If you need to process multiple numbers in a list, use the map node

  2. The result is a negative of the original number

    1. ex: 4 → negate → -4

    2. ex 3.14 → negate → -3.14

    3. ex -10 → negate → 10

Did this answer your question?