# EXP

The EXP function returns e raised to the power of a given number.

## Syntax

```javascript
exp(value)
```

## Arguments

value – The exponent applied to the base e. This is a required argument.

## Example

```javascript
exp(COLUMN1)
```

Returns the value of e to the power of COLUMN1

## Excel equivalent

[EXP](https://support.microsoft.com/en-us/office/exp-function-c578f034-2c45-4c37-bc8c-329660a63abe)
