Round down
floor x floor[x]
Returns the greatest integer less than or equal to numeric x.
x
q)floor -2.1 0 2.1 -3 0 2