Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
Warning
This page was created from a pull request (#9655).
Compute x*log1p(y) so that the result is 0 if x = 0.
x*log1p(y)
x = 0
LAX-backend implementation of xlog1py().
xlog1py()
Original docstring below.
x (array_like) β Multiplier
y (array_like) β Argument
z β Computed x*log1p(y)
array_like
previous
jax.scipy.special.sph_harm
next
jax.scipy.special.xlogy