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

# Sum

> Additionner deux nombres

## Présentation

La transformation `sum` additionne deux nombres.

## Syntaxe

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

## Paramètres

| Paramètre    | Type   | Requis | Description                  |
| ------------ | ------ | ------ | ---------------------------- |
| `variable 1` | number | Oui    | Premier nombre à additionner |
| `variable 2` | number | Oui    | Second nombre à additionner  |

## Exemples

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