Skip to main content
Ctrl+K

jax.lax.atan#

jax.lax.atan(x)[source]#

Elementwise arc tangent: \(\mathrm{atan}(x)\).

Parameters:

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

Return type:

Array

previous

jax.lax.asinh

next

jax.lax.atan2