aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_acos-1-d330511cf4f626cd844b18f57f99a85f
blob: d49af1cbf4800b205e5188bd769ab038af20c970 (plain) (tree)
1
2
3
4
5
6





                                                                   
acos(x) - returns the arc cosine of x if -1<=x<=1 or NULL otherwise
Example:
  > SELECT acos(1) FROM src LIMIT 1;
  0
  > SELECT acos(2) FROM src LIMIT 1;
  NULL