Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kr7
on March 2, 2017
|
parent
|
context
|
favorite
| on:
How many floating-point numbers are in the interva...
Though for the purposes of comparisons, -0 and +0 are the same in IEEE 754.
So the expression "x >= 0.0f && x <= 1.0f" is true for x = -0.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
So the expression "x >= 0.0f && x <= 1.0f" is true for x = -0.