Run
import math x = 1.732 result = math.atan(x) print('atan(x) :', result, 'radians')
Output