Skip to content

Exp

The natural exponential function .

WikipediaExponential functionMathWorldExponentialFunctionWikidataQ168698Britannicatopic/exponential-functionDLMF4.2.E19FungrimExpFungrim entryWolfram LanguageExp
Exp(x), the natural exponential of x.
SageMathexp(x)SymPyexp(x)mpmathexp(x)

Domain: Elementary functions

Details
  • Inverse of Ln: and for .
  • Once the argument is symbolic, compute-engine represents Exp(x) as Power(ExponentialE, x) -- the same object as written with Power.
  • Applied to a matrix (or any nested list) it broadcasts element-wise -- this is NOT the matrix exponential.

Examples

See also: Ln, Log, Sinh