jax.lax.atan2# jax.lax.atan2(x, y)[源代码][源代码]# 两个变量的逐元素反正切:\(\mathrm{atan}({x \over y})\)。 参数: x (ArrayLike) y (ArrayLike) 返回类型: Array