cupyx.scipy.special.loggamma#
- cupyx.scipy.special.loggamma()#
Principal branch of the logarithm of the gamma function.
- Parameters:
z (cupy.ndarray) – Values in the complex plain at which to compute loggamma
out (cupy.ndarray, optional) – Output array for computed values of loggamma
- Returns:
Values of loggamma at z.
- Return type:
See also
scipy.special.loggamma()