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