Logarithm of absolute values of Gamma function. More...

Functions

AFAPI af_err af_lgamma (af_array *out, const af_array in)
 C Interface for the logarithm of absolute values of gamma function. More...
 

Detailed Description

Logarithm of absolute values of Gamma function.

Note
This function supports real inputs only. Complex inputs are not yet supported.

Function Documentation

AFAPI af_err af_lgamma ( af_array out,
const af_array  in 
)

C Interface for the logarithm of absolute values of gamma function.

Parameters
[out]outwill contain the result of logarithm of absolute values of gamma function of in
[in]inis input
Returns
AF_SUCCESS if the execution completes properly