Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rounding error in fnumber calculation
The mathematical calculation of fnumbers does not always match the expected values: For example for f/3.5 the precise mathematical value is 3.564..., which gets rounded to 3.6. Fix this special case by returning a value closer to the expected value.
- Loading branch information