jax.lax.atan2

Warning

This page was created from a pull request (#9655).

jax.lax.atan2¶

jax.lax.atan2(x, y)[source]¶

Elementwise arc tangent of two variables: \(\mathrm{atan}({x \over y})\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any