atan2
number atan(y, x)
引数の商のアークタンジェントを返します。
Parameters
x
— 縦軸(x)の座標
y
— 横軸(y)の座標
Returns
極座標における点(r, theta)のθ成分で,直交座標における点(x, y)に対応するもの。