Apache Presto - Math Function degrees(x)



Query

presto:default> select degrees(2) as degree; 

Result

     degree 
-------------------- 
 114.59155902616465 

The output is the degree value for the integer 2.

apache_presto_sql_functions.htm
Advertisements