scipy.special.
xlogy
xlogy(x, y)
Compute x*log(y) so that the result is 0 if x = 0.
x*log(y)
x : array_like
Multiplier
y : array_like
Argument
z : array_like
Computed x*log(y)
Notes
New in version 0.13.0.
scipy.special
Enter search terms or a module, class or function name.