float::trunc — round to integer, towards zero
FLOAT float::trunc (
)
FLOAT
trunc (+1.6) -> +1.0 trunc (-1.6) -> -1.0