atan x
This calls Python's built-in math.atan function, which computes the arc tangent of x.
math.atan
i1 : atan toPython 1 o1 = 0.7853981633974483 o1 : PythonObject of class float
i2 : atan toPython 0 o2 = 0.0 o2 : PythonObject of class float
The source of this document is in Python/doc/trig.m2:77:0.