exp(x: number): number
Computes the exponential value.
Computes the exponential value for each element in a number, array, or matrix.
exp(x: array): array
Computes the exponential value.
Computes the exponential value for each element in a number, array, or matrix.
x: array
The input value(s)
The exponential of the input value(s)
exp(x: matrix): matrix
Computes the exponential value.
Computes the exponential value for each element in a number, array, or matrix.
x: matrix
The input value(s)
The exponential of the input value(s)