Y
Hacker News
new
|
ask
|
show
|
jobs
by
elseweather
1164 days ago
It's floor(_) - as in, floor(1.999) = 0, but floor(2.001) = 2. If you look carefully the upper flange of the [] square brackets is missing, which makes it a floor.
https://en.wikipedia.org/wiki/Floor_and_ceiling_functions
1 comments
_dain_
1164 days ago
> floor(1.999) = 0
it's 1 not 0
link
it's 1 not 0