Yaffle / BigDecimal

a polyfill for decimal propocal
MIT License
51 stars 7 forks source link

test folder #7

Closed munrocket closed 2 years ago

munrocket commented 2 years ago

This PR:

What you think about:

Yaffle commented 2 years ago

What is a point in bundle?

munrocket commented 2 years ago

So, I need bundle because in workers it is not supported well, new constructors because it is literally imposible to use a library right now #6 and new easy API with bigdecimal.js style because math code is not trivial. Sorry for rushing, I just asking how you looking at it to make this 3 PRs.

Yaffle commented 2 years ago

I am agree, that API is hard to use. I was trying to follow JSBI a.mul(b) should be much shorter then BigDecimal.multiply(a, b)

for #6 how are you going to fix it?