jax.lax.sinh

Warning

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

jax.lax.sinh¶

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

Elementwise hyperbolic sine: \(\mathrm{sinh}(x)\).

Parameters

x (Any) –

Return type

Any