Math Functions PostgreSQL

postgres=# select 6.1e-2 AS negative_exponent;
 negative_exponent
-------------------
             0.061
(1 row)
postgres=#