mlx.core.arcsinh

目录

mlx.core.arcsinh#

arcsinh(a: array, /, *, stream: None | Stream | Device = None) array#

Element-wise inverse hyperbolic sine.

参数:

a (array) -- Input array.

返回:

The inverse hyperbolic sine of a.

返回类型:

array