> ## Documentation Index
> Fetch the complete documentation index at: https://learn.workflow.dog/llms.txt
> Use this file to discover all available pages before exploring further.

# Negate

> Reverse the sign of a number.

The **Negate** action multiplies a number by `-1`. Positive values become
negative, and negative values become positive.

## Inputs

| Input      | Type   | Required | Description          |
| ---------- | ------ | -------- | -------------------- |
| **Number** | Number | Yes      | The value to negate. |

## Outputs

| Output       | Type   | Description                       |
| ------------ | ------ | --------------------------------- |
| **Negation** | Number | The input with its sign reversed. |

For example, `8` produces `-8`, while `-2.5` produces `2.5`.
