> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/math-functions/exp.md).

# Exp

Returns Euler's number e (\~2.718) raised to a power

```mathematica
Exp(1) → 1
Exp(2) → 7.38
```

#### Inputs

`Exp(number)`

`number`- A number expression

#### Output

Outputs Euler's number for `number` e (\~2.718) raised to a power.
