atan2

number atan(y, x)

引数の商のアークタンジェントを返します。

Parameters

  1. x — 縦軸(x)の座標
  2. y — 横軸(y)の座標

Returns