jax.numpy.arctan

内容

jax.numpy.arctan#

jax.numpy.arctan(x, /)[source]#

逐元素计算三角反正切。

LAX 后端实现的 numpy.arctan()

以下是原始文档字符串。

tan 的反函数,因此如果 y = tan(x)x = arctan(y)

参数::

x (array_like)

返回值::

out – out 的形状与 x 相同。它的实部在 [-pi/2, pi/2] (arctan(+/-inf) 返回 +/-pi/2)。如果 x 是标量,则这是一个标量。

返回类型::

ndarray 或标量

参考

Abramowitz, M. and Stegun, I. A., Handbook of Mathematical Functions, 10th printing, New York: Dover, 1964, pp. 79. https://personal.math.ubc.ca/~cbm/aands/page_79.htm