jax.lax.atan2#

jax.lax.atan2(x, y)[源代码]#

两个变量的逐元素反正切:\(\mathrm{atan}({x \over y})\)

参数:
  • x (类数组)

  • y (类数组)

返回类型:

数组