jax.lax.cosh

Warning

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

jax.lax.cosh¶

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

Elementwise hyperbolic cosine: \(\mathrm{cosh}(x)\).

Parameters

x (Any) –

Return type

Any