Skip to main content
Ctrl+K

jax.lax.atan2#

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

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

Parameters:
  • x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

  • y (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

Return type:

Array

previous

jax.lax.atan

next

jax.lax.atanh