Contents
1
⌊ x ⌋
floor of x: the greatest integer less than or equal to x
2
EXAMPLE ⌊2.4⌋ is 2, ⌊-2.4⌋ is -3.
EXAMPLE