Evaluate the exponential function. More...
Functions | |
AFAPI array | exp (const array &in) |
C++ Interface to evaluate the exponential. More... | |
AFAPI af_err | af_exp (af_array *out, const af_array in) |
C Interface to evaluate the exponential. More... | |
Evaluate the exponential function.
C Interface to evaluate the exponential.
[out] | out | e raised to the power of in |
[in] | in | exponent |
C++ Interface to evaluate the exponential.
[in] | in | exponent |