cupyx.scipy.special.gamma#

cupyx.scipy.special.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()