Quick Start
User Guide
AI Guide
SQL Manual
Development Manual
Practice Tutorials
Use Cases
Release Notes
Other
/
SQL Functions
/
Mathematical Functions
/
atan
Reading Mode
ATAN
atan(expr)
Function
Calculate the arctangent of expr
Parameters
expr : double type
Return Result
double type
Example
> SELECT atan(0); 0.0