Reference exp()

exp()

Calculates the value of Euler's number e (2.71828...) raised to the power of a number.

Examples

Syntax

exp(n)

Parameters

n
Number:

exponent to raise.

Returns

Number: e^n
This page is generated from the comments in src/math/calculation.js . Please feel free to edit it and submit a pull request!

Related References