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

> Multiply two numbers

## Overview

The `multiply` transformation multiplies two numbers together.

## Syntax

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

## Parameters

| Parameter    | Type   | Required | Description               |
| ------------ | ------ | -------- | ------------------------- |
| `variable 1` | number | Yes      | First number to multiply  |
| `variable 2` | number | Yes      | Second number to multiply |

## Examples

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