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

Implement a "normalize by default" strategy #67

Closed jessealama closed 9 months ago

jessealama commented 9 months ago

Consider an option to normalize by default, unless otherwise specified. Add a new constructor option for normalization, as well as in the toString method.

jessealama commented 9 months ago

Done