> For the complete documentation index, see [llms.txt](https://docs.tomat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomat.ai/data-transformation/formulas/math-functions/abs.md).

# Abs

Returns the absolute value of a numeric expression

{% code overflow="wrap" lineNumbers="true" fullWidth="false" %}

```mathematica
Abs(24) → 24
Abs(-17) → 17
```

{% endcode %}

#### Inputs

`Abs(number)`

`number`- A number expression
