Math Functions PostgreSQL

postgres=# SELECT round(4, 4);
 round
--------
 4.0000
(1 row)
postgres=#