Mega Code Archive

 
Categories / PostgreSQL / Math Functions
 

Ln(exp(10 0))

postgres=# postgres=# SELECT ln(exp(10.0)) AS inverse_example;    inverse_example ---------------------  10.0000000000000000 (1 row) postgres=#