PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpEXP

Returns the constant e raised to the power of a number, with up to 32,767 significant digits of precision. Same as Excel's built-in EXP function, but with high precision.

The constant e is approximately 2.71828. xlpEXP uses the constant e with up to 32,767 significant digits of precision.

 

Syntax

xlpEXP(num,exponential_notation,maximum_significant_digits)

num Required. The number to which to raise the constant e to the power of. Must be a positive number.
exponential_notation Optional. Determines whether result is formatted in exponential notation. Set to TRUE to format in exponential notation. FALSE by default.
maximum_significant_digits Optional. Determines the maximum number of significant digits to be returned. Default is 100, or the user's custom maximum set in the About box, or the maximum number allowed by the edition of xlPrecision, whichever is less.

Remarks

Examples

Formula Description
=xlpEXP(3.21) The constant e raised to the power of 3.21.
=xlpLN(123,TRUE) The constant e raised to the power of 123, in exponential notation.
=xlpLN(123,,500) The constant e raised to the power of 123, with 500 significant digits.

See Also

xlpLOG
xlpLN
xlpE