Skip to content
New issue

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

Bug on Julia 0.6.3 #8

Closed
dpsanders opened this issue Jun 3, 2018 · 2 comments
Closed

Bug on Julia 0.6.3 #8

dpsanders opened this issue Jun 3, 2018 · 2 comments

Comments

@dpsanders
Copy link
Contributor

dpsanders commented Jun 3, 2018

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).

@dpsanders
Copy link
Contributor Author

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...

@dpsanders
Copy link
Contributor Author

Reported at JuliaLang/julia#27402

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants