ATAN


atan(expr)

Function

Calculate the arctangent of expr

Parameters

  • expr : double type

Return Result

double type

Example


> SELECT atan(0);
0.0