(x,y)から極座標(r,a)に変換する際の角度 a の明確な値を計算します。ここで、x = r * cos(a)、y = r * sin(a)、r^2 = x^2 + y^2 です。
出力はラジアン単位で、-PI ~ PI の範囲です。