|
Exponential of input. More...
Functions | |
AFAPI array | exp (const array &in) |
C++ Interface for exponential of an array. More... | |
AFAPI af_err | af_exp (af_array *out, const af_array in) |
C Interface for exponential of an array. More... | |
Exponential of input.
C Interface for exponential of an array.
[out] | out | will contain the exponential of in |
[in] | in | is exponent |
C++ Interface for exponential of an array.
[in] | in | is exponent |
in