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

exponent to raise.

Notice any errors or typos? Please let us know. Please feel free to edit src/math/calculation.js and open a pull request!

Related References