Arctan2ΒΆ

Computes the element-wise arc tangent of input / other.

Abstract Signature:

Arctan2(input: Tensor, other: Tensor)

PyTorch

API: torch.arctan2
Strategy: Direct Mapping

JAX (Core)

API: jnp.arctan2
Strategy: Direct Mapping

NumPy

API: np.arctan2
Strategy: Direct Mapping

Keras

API: keras.ops.arctan2
Strategy: Direct Mapping

TensorFlow

API: tf.math.atan2
Strategy: Direct Mapping

Apple MLX

API: mx.arctan2
Strategy: Direct Mapping

Flax NNX

API: jnp.arctan2
Strategy: Direct Mapping

PaxML / Praxis

API: jnp.arctan2
Strategy: Direct Mapping