Get your own Python server Result Size: 625 x 565
x
 
#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