jax.lax.atan2# jax.lax.atan2(x, y)[source]# Elementwise arc tangent of two variables: \(\mathrm{atan}({x \over y})\). Parameters: x (ArrayLike) y (ArrayLike) Return type: Array