cupyx.scipy.special.rgamma#

cupyx.scipy.special.rgamma = <ufunc 'cupyx_scipy_rgamma'>#

Reciprocal gamma function.

Parameters:

z (cupy.ndarray) – The input to the rgamma function.

Returns:

Computed value of the rgamma function.

Return type:

cupy.ndarray

See also

scipy.special.rgamma()