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
Instead of BigInt and other heavy libraries that other indicators using to solve floating error, we need to use https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html Goldberg correction algorithm
The text was updated successfully, but these errors were encountered:
https://github.com/guipn/sinful.js/blob/master/sinful.js an exmple of multiplication and other math operations
Sorry, something went wrong.
Benchmarks:
https://medium.com/leaningtech/a-fast-bigint-js-in-an-evening-compiling-c-to-javascript-db61ae733512
Native BigInt also looks good
https://www.measurethat.net/Benchmarks/Show/10997/0/js-big-integers-v2#latest_results_block
No branches or pull requests
Instead of BigInt and other heavy libraries that other indicators using to solve floating error, we need to use https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html Goldberg correction algorithm
The text was updated successfully, but these errors were encountered: