float::ceil — round upwards to integer
FLOAT float::ceil (
)
FLOAT
trunc (+1.6) -> +2.0 trunc (-1.6) -> -1.0