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

JSBI-calculator may somewhat match the purpose of this BigDecimal proposal. #70

Open
Leslie-Wong-H opened this issue Dec 10, 2021 · 0 comments

Comments

@Leslie-Wong-H
Copy link

Came across this proposal incidentally. Quite interested and thrilled to see other developers' same need for BigDecimal in JavaScript.

Personally, I do maintain a BigDecimal-related library for arbitrary computation purposes. The principles under the hood are to wrap BigInt into a BigDecimal class and perform arithmetic computation for verbose expression. With the power of BigInt-polyfill JSBI, it is even compatible with IE11.

Hope other developers found it useful too.

JSBI-calculator

npm i jsbi-calculator

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

1 participant