aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_atan-5-77e7ac1b89a4eac9102176cd73f67a62
blob: ce9e52716ff44f796981a03c91952451fa836346 (plain) (blame)
1
2
3
4
atan(x) - returns the atan (arctan) of x (x is in radians)
Example:
   > SELECT atan(0) FROM src LIMIT 1;
  0