cupyx.scipy.special.gammaln#
- cupyx.scipy.special.gammaln = <ufunc 'cupyx_scipy_special_gammaln'>#
Logarithm of the absolute value of the Gamma function.
- Parameters:
x (cupy.ndarray) – Values on the real line at which to compute
gammaln. –
- Returns:
Values of
gammalnat x.- Return type:
See also