Cosh
====
Calculate element-wise hyperbolic cosine of input.
**Abstract Signature:**
``Cosh(x: Tensor)``
.. raw:: html
PyTorch
API: torch.cosh
Strategy: Direct Mapping
JAX (Core)
API: jax.numpy.cosh
Strategy: Direct Mapping
NumPy
API: numpy.cosh
Strategy: Direct Mapping
Keras
API: keras.ops.cosh
Strategy: Direct Mapping
TensorFlow
API: tf.math.cosh
Strategy: Direct Mapping
Apple MLX
API: mlx.core.cosh
Strategy: Direct Mapping
Flax NNX
API: jax.numpy.cosh
Strategy: Direct Mapping