MindFusion.Wpf Pack Programmer's Guide
EXP

Returns e raised to the specified power.

Syntax  Copy Code

EXP( Number x ) Number

Parameters

x
Required. The exponent applied to the base e.

Remarks

The constant e equals 2.71828182845904, the base of the natural logarithm. To calculate powers of other bases use the exponentiation operator (^) or the POWER function.

Example

Formula  Copy Code

=EXP(1)

See Also

Function Reference
LOG Function
LN Function
POWER Function