cupyx.scipy.special.xlog1py#

cupyx.scipy.special.xlog1py = <ufunc 'cupy_xlog1py'>#

Compute x*log1p(y) so that the result is 0 if x = 0.

Parameters

x (cupy.ndarray) – input data

Returns

values of x * log1p(y)

Return type

cupy.ndarray