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

# ABS

ABS( `number`)

Returns the absolute value of a `number`

### Arguments

| Argument | Description                  |
| -------- | ---------------------------- |
| `number` | value or number-based column |

### Output

Absolute value of `number`

### Examples

```
ABS(-1)
>> 1
```

```
ABS({Budget Variance})
```

## ABS

### Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.
