# EXP

## Content

This function returns e raised to the power of the specified value.

## Syntax

`EXP(value)`

## Arguments

[Required] The exponent applied to the base e.

## Remarks

Mathematically, this function is (e<sup style="margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; box-sizing: border-box; position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; top: -0.5em;">x</sup>).
This function is the inverse of LN, so EXP (LN(x)) results in x.

## Examples

`EXP(B3)`
`EXP(R1C2)`
`EXP(1)` gives the result 2.718281828