aboutsummaryrefslogblamecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_exp-1-d10d879c74951e9a1f1717cb1a2488c6
blob: a42c95bb8d213c445d23b540a6a8fcf2810b1ee5 (plain) (tree)
1
2
3
4



                                    
exp(x) - Returns e to the power of x
Example:
   > SELECT exp(0) FROM src LIMIT 1;
  1