# EXP

The **EXP** function returns the value of the mathematical constant *e* raised to the power of given number. It is commonly used in exponential growth calculations, financial modeling, scientific computations, and scenarios involving continuous compounding or natural logarithms.

### Syntax

```javascript
EXP(value)
```

### Arguments

value – The exponent applied to the base e (Required).

### Example

```javascript
EXP(COLUMN1)
```

In the example below, the *EXPONENT* measure is created using the **EXP** function, which returns the *e* raised to the power of values in *MEASURE 2*.

<figure><img src="/files/TAh5mWaB6o6ulLSoxHro" alt=""><figcaption><p>Applying EXP function</p></figcaption></figure>

### Excel equivalent

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/formula-syntax/math-functions/exp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
