# EXP

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



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

## Syntax

EXP(*value*)

## Arguments

The argument for this function is any numeric value.

## Remarks

Mathematically, this function is (ex).
This function is the inverse of [LN](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsFtoK/FunctionLN), so EXP (LN(x)) results in x.

## Data Types

Accepts numeric data. Returns numeric data.

## Examples

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

## Version Available

This function is available in product version 1.0 or later.

## See Also

[LN](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsFtoK/FunctionLN) \| [LOG](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsFtoK/FunctionLOG) \| [POWER](/spreadnet/docs/latest/online-formula/formulas-functionsall/formulas-functsMtoQ/FunctionPOWER) \| [Math and Trigonometry Functions](/spreadnet/docs/latest/online-formula/formulas-overview/formulas-functs/formulas-functtypes/formulas-functsmathtrig)