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

# Multiply

> Multiplier deux nombres

## Présentation

La transformation `multiply` multiplie deux nombres entre eux.

## Syntaxe

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

## Paramètres

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

## Exemples

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