运行 ❯
获取
您自己的 Python
服务器
×
更改方向
更改主题,深色/浅色
转到 Spaces
#Import math Library import math #find the arctangent of some values print (math.atan(0.39)) print (math.atan(67)) print (math.atan(-21))
0.37185607384858127
1.5558720618048116
-1.5232132235179132