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