This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.xlog1py#

scipy.special.xlog1py(x, y) = <ufunc 'xlog1py'>#

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

Parameters
xarray_like

Multiplier

yarray_like

Argument

Returns
zarray_like

Computed x*log1p(y)

Notes

New in version 0.13.0.