exp - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

exp

  

the exponential function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

exp(x)

Parameters

x

-

algebraic expression or array

Description

• 

The exponential function, exp(x), calculates the value of e to the power of x, where e is the base of the natural logarithm, 2.718281828... .

• 

By default, exp(x) will evaluate only when the result is an exact value, or when the input x is a floating-point number.  When x is a symbolic expression it will remain in function form so that it can be manipulated symbolically or as part of a larger expression.  

• 

If x is an array, the result is an element-wise mapping over x.

Examples

withMTM:

exp1.0

2.718281828

(1)

expIπ

−1

(2)

See Also

exp

MTM