Home
/
Python 3.11
/
Math
/
atan
Python 3.0
Python 3.9
Python 3.11
Functions
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
Copy
math.atan(x)