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

# Absolute

> Obtenir la valeur absolue d'un nombre

## Présentation

La transformation `absolute` renvoie la valeur absolue d'un nombre (supprime le signe).

## Syntaxe

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
absolute(<variable>)
```

## Paramètres

| Paramètre  | Type   | Requis | Description                                          |
| ---------- | ------ | ------ | ---------------------------------------------------- |
| `variable` | number | Oui    | Le nombre dont on souhaite obtenir la valeur absolue |

## Exemples

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
absolute(<variable>)
```

<Note>
  La valeur absolue d'un nombre est toujours positive ou nulle.
</Note>
