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

Add comparison with the Schubfach algorithm #1

Closed
plokhotnyuk opened this issue Apr 12, 2022 · 3 comments
Closed

Add comparison with the Schubfach algorithm #1

plokhotnyuk opened this issue Apr 12, 2022 · 3 comments

Comments

@plokhotnyuk
Copy link

"The Schubfach way to render doubles" by Raffaello Giulietti:
https://drive.google.com/file/d/1luHhyQF9zKlM8yJ1nebU0OgVYhfC6CBN/view

Sources with the license are here:
https://github.com/c4f7fcce9cb06515/Schubfach/blob/3c92d3c9b1fead540616c918cdfef432bca53dfa/todec/src/math/

@pjfanning
Copy link
Owner

thanks @plokhotnyuk - one issue is that code depends on Java 9 method java.lang.Math.multiplyHigh - do you know of a java 8 port?

@plokhotnyuk
Copy link
Author

@pjfanning You can use Karatsuba technique like here

@pjfanning
Copy link
Owner

added

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