Como converter expressão exponencial para n flutuação decimal em postgreSQL
SELECT ROUND('your-result-here', n)::float
Smiling Skunk
SELECT ROUND('your-result-here', n)::float