Warning

This page was created from a pull request.

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