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

Switch to static methods #65

Closed jessealama closed 9 months ago

jessealama commented 9 months ago

The current approach is object-based. One constructs Decimal values and does arithmetic on them using object methods. Switch to a static approach.