|
Gamma function. More...
Functions | |
AFAPI array | tgamma (const array &in) |
C++ Interface for gamma function of input. More... | |
AFAPI array | lgamma (const array &in) |
C++ Interface for logarithm of absolute value of gamma function of input. More... | |
AFAPI af_err | af_tgamma (af_array *out, const af_array in) |
C Interface for the gamma function. More... | |
Gamma function.
C Interface for the gamma function.
[out] | out | will contain the result of gamma function of in |
[in] | in | is input |
C++ Interface for logarithm of absolute value of gamma function of input.
[in] | in | is input |