cupyx.scipy.special.loggamma#

cupyx.scipy.special.loggamma = <ufunc 'cupyx_scipy_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

cupy.ndarray

See also

scipy.special.loggamma()