jax.lax.log1p

Contents

jax.lax.log1p#

jax.lax.log1p(x)[source]#

Elementwise \(\mathrm{log}(1 + x)\).

Parameters:

x (jax.typing.ArrayLike)

Return type:

Array