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 in DWTimesDW2 #186

Closed
nschaeff opened this issue Feb 5, 2024 · 1 comment
Closed

bug in DWTimesDW2 #186

nschaeff opened this issue Feb 5, 2024 · 1 comment

Comments

@nschaeff
Copy link

nschaeff commented Feb 5, 2024

Line 172 of double.jl should be changed to
t0 = x_hi * y_lo
instead of
t0 = x_lo * y_lo
otherwise the algorithm is NOT correct (you can check algorithm 11 in the reference paper).

@JeffreySarnoff
Copy link
Member

Nice catch. Fixed, Pkg merge pending.

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