copapy.atan2#

copapy.atan2(x, y)#
Overloads:
  • x (float | int), y (float | int) → float

  • x (value[Any]), y (NumLike) → value[float]

  • x (NumLike), y (value[Any]) → value[float]

  • x (vector[float]), y (VecNumLike) → vector[float]

  • x (VecNumLike), y (vector[float]) → vector[float]

  • x (tensor[float]), y (TensorNumLike) → tensor[float]

  • x (TensorNumLike), y (tensor[float]) → tensor[float]

2-argument arctangent

Parameters:
Returns:

Result in radian