返回数字的反正切值
用法:
atan(X)
返回数字的反正切值,返回的值是 -PI/2 到 PI/2 之间的弧度值
Atan = math:atan(10), io:format("Atan is ~p~n", [Atan]).