jax.lax.expm1

Warning

This page was created from a pull request (#9655).

jax.lax.expm1¶

jax.lax.expm1(x)[source]¶

Elementwise \(e^{x} - 1\).

Parameters

x (Any) –

Return type

Any