> For the complete documentation index, see [llms.txt](https://docs.origami.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.origami.tech/function/functions/exp.md).

# Exp

## <mark style="color:purple;">`exp`</mark>(*decimal*) -> *decimal*

Returns decimal

Compute the exponent value

<details>

<summary>Example:</summary>

<mark style="color:red;">`exp(5)`</mark>` ``→`` `<mark style="color:red;">`148.4131591025766`</mark>

</details>
