ID EN
Math

atan

Python 3.11

Return the arc tangent of x, in radians. The result is between -pi/2 and pi/2.

Syntax

PYTHON
math.atan(x)