> ## 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.

# Absolute Value

> Return a number's distance from zero.

The **Absolute Value** action removes a number's sign. Positive values and zero
stay unchanged; negative values become positive.

## Inputs

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

## Outputs

| Output       | Type   | Description                       |
| ------------ | ------ | --------------------------------- |
| **Absolute** | Number | The absolute value of **Number**. |

For example, both `-12.5` and `12.5` produce `12.5`.
