mlx.core.cosh# mlx.core.cosh(a: array, /, *, stream: Union[None, Stream, Device] = None) → array# Element-wise hyperbolic cosine. Parameters: a (array) – Input array. Returns: The hyperbolic cosine of a. Return type: array