Compute x*log1p(y) so that the result is 0 if x = 0.
x : array_like
Multiplier
y : array_like
Argument
z : array_like
Computed x*log1p(y)
Notes
New in version 0.13.0.
scipy.special.xlogy
Statistical functions (scipy.stats)