Skip to main content
Ctrl+K

jax.lax.cosh#

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

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

Parameters:

x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

Return type:

Array

previous

jax.lax.cos

next

jax.lax.cumlogsumexp