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