# EXP

The *EXP* function returns the value of the mathematical constant *e* raised to the power of a specified 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*.

#### Return value

Returns the value of *e* raised to the specified power.

#### Example

```javascript
EXP(Plan_Variance %)
```

In this example, the EXP function is used to create the *Projected Growth Factor* measure, which returns the exponential growth factor based on the *Plan\_Variance %* values.

<figure><img src="/files/qw5lmuY0xfDjNNdwRe2N" alt=""><figcaption></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.fabricplan.com/planning-sheets/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.
