Description
Computes the exponential function value (e^x) of the specified value. The specified value represents the exponent x.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Overload List
Signatures
|
Return Value
|
Description
|
exp(Array A)
|
Array
|
Computes the exponential function value (e^x) of the specified value. The specified value represents the exponent x.
|
exp(Matrix M)
|
Matrix
|
Computes the exponential function value (e^x) of the specified value. The specified value represents the exponent x.
|
exp(Variable x)
|
Variable
|
Computes the exponential function value (e^x) of the specified value. The specified value represents the exponent x.
|
See also
Functions
|