SciPy

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

scipy.special.xlogy

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

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

Parameters:

x : array_like

Multiplier

y : array_like

Argument

Returns:

z : array_like

Computed x*log(y)

Notes

New in version 0.13.0.

Previous topic

scipy.special.round

Next topic

scipy.special.xlog1py