mlx.core.arccos

目录

mlx.core.arccos#

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

Element-wise inverse cosine.

参数:

a (array) -- Input array.

返回:

The inverse cosine of a.

返回类型:

array