BigDecimal
BigDecimal copied to clipboard
a polyfill for decimal propocal
Results
3
BigDecimal issues
Sort by
recently updated
recently updated
newest added
I saw that you implement two version of the decimal proposal , one is on top of BIgInt, and another use the `decimal.js`, what is the advantage and disadvantage between...
Jesse here, one of the co-champions of the decimal proposal! As I am preparing to give an update to the TC39 plenary, I noticed your polyfill. This looks great! There...