aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_sin-2-2f867f432fb322e21dce353d7eb50c63
blob: 0efbed397abf9e93a3a3ddfc2864d9620e3fb599 (plain) (tree)
1
2
3
4


                                                
   
sin(x) - returns the sine of x (x is in radians)
Example:
   > SELECT sin(0) FROM src LIMIT 1;
  0