You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: