Math Functions PostgreSQL

postgres=# -- pi() constant
postgres=# select pi();
        pi
------------------
 3.14159265358979
(1 row)
postgres=#