Mega Code Archive

 
Categories / PostgreSQL / Math Functions
 

Exp(dp or numeric) exponential

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