Getting Started
Reference Documentation
Advanced JAX Tutorials
Notes
custom_vjp
nondiff_argnums
Developer documentation
API documentation
jit
vmap
pmap
jax.scipy.special.
xlog1py
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