Get your own Python server Result Size: 625 x 565
x
 
# Import math Library
import math
# Return the tangent of different numbers
print (math.tan(90))
print (math.tan(-90))
print (math.tan(45))
print (math.tan(60))
-1.995200412208242
1.995200412208242
1.6197751905438615
0.320040389379563