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