cupyx.scipy.special.gamma

cupyx.scipy.special.gamma = <ufunc 'cupyx_scipy_gamma'>

Gamma function.

Parameters

z (cupy.ndarray) – The input of gamma function.

Returns

Computed value of gamma function.

Return type

cupy.ndarray

See also

scipy.special.gamma()