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