exp(dp or numeric) exponential : exp « Math Functions « PostgreSQL






exp(dp or numeric) exponential


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

postgres=#
           
       








Related examples in the same category

1.exp(x): Returns the e constant (2.71828...), to the power of x