Math Functions PostgreSQL

postgres=# -- degrees(dp) radians to degrees
postgres=# select degrees(0.5);
     degrees
------------------
 28.6478897565412
(1 row)
postgres=#