Math Functions PostgreSQL

postgres=# select ceil(1.1), ceil(1.5);
 ceil | ceil
------+------
    2 |    2
(1 row)
postgres=#