exp Function

Top  Previous  Next

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 millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond 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