mlx.core.arctan2

目录

mlx.core.arctan2#

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

Element-wise inverse tangent of the ratio of two arrays.

参数:
  • a (array) -- Input array.

  • b (array) -- Input array.

返回:

The inverse tangent of the ratio of a and b.

返回类型:

array