Singdata
Getting Started
User Guide
SQL Manual
Development Manual
Practical Guide
Conversational AI Analysts
Releases
Resources
/
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