| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Sure, though then the relationship between the 1000 requested and the 1001 we're testing against is a little muddier. |
Sorry, something went wrong.
|
We can restore it if you would prefer, I just didn't see any need to not be precise. Is that what 'Allow for kernel rounding errors' was meant to refer to? |
Sorry, something went wrong.
Yes... Now that I look into it again without just allowing "well it's probably floating point 🤷", the source of the bug is the "Add one time for rounding" from 847dd67 being accumulated into 1.0 throughout due to int ss_int = ROUND_UP(ss);. That needs to be fixed, and then we can truly use exact values 😄 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Follows up on #8438 (418ae7c)
Also included in #9760.