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

# Subtract

> Soustraire deux nombres

## Présentation

La transformation `subtract` soustrait le second nombre du premier nombre.

## Syntaxe

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

## Paramètres

| Paramètre    | Type   | Requis | Description                                |
| ------------ | ------ | ------ | ------------------------------------------ |
| `variable 1` | number | Oui    | Le diminuende (nombre duquel on soustrait) |
| `variable 2` | number | Oui    | Le diminuteur (nombre à soustraire)        |

## Exemples

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