Math Functions PostgreSQL

postgres=# -- exp(dp or numeric) exponential
postgres=#
postgres=# select exp(1.0);
        exp
--------------------
 2.7182818284590452
(1 row)
postgres=#