math:atan2/2
返回从 x 轴到点 (x,y) 之间的角度
用法:
atan2(Y, X)
返回从 x 轴到点 (x,y) 之间的角度,
Atan = math:atan2(10, 20), io:format("Atan ~p~n", [Atan]).
返回从 x 轴到点 (x,y) 之间的角度
用法:
atan2(Y, X)
返回从 x 轴到点 (x,y) 之间的角度,
Atan = math:atan2(10, 20), io:format("Atan ~p~n", [Atan]).