I am trying to calculate the inverse of tan in python, but it does not give me the correct value, for example, if I were to do the inverse tan of 1.18, math.atan(1.18)
math.atan(1.18)
>>>from math import * >>>degrees(atan(1.18)) >>>49.720136931043555