jessealama / decimal128

JavaScript userland partial implementation of IEEE 754 Decimal128 decimal floating-point arithmetic
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

Multiply without relying on BigNumber #12

Closed jessealama closed 1 year ago

jessealama commented 1 year ago

Our current work relies on BigNumber in several places. To help get started removing this dependency, implement multiplication.