We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Julia 0.6.3 on Windows 32-bit, I get the erroneous
julia> ErrorfreeArithmetic.subtract_errorfree(1.1, 0.1) (1.0, 0.0)
whereas on Julia 0.6.2, it correctly gives (1.0, 8.326672684688674e-17).
(1.0, 8.326672684688674e-17)
The text was updated successfully, but these errors were encountered:
This seems to be a bug with Julia, since doing the individual operations inside the function one by one at the REPL does the correct thing...
Sorry, something went wrong.
Reported at JuliaLang/julia#27402
No branches or pull requests
On Julia 0.6.3 on Windows 32-bit, I get the erroneous
whereas on Julia 0.6.2, it correctly gives
(1.0, 8.326672684688674e-17)
.The text was updated successfully, but these errors were encountered: