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

Split `cmp` into `lessThan` and `equals` #85

Closed jessealama closed 7 months ago

jessealama commented 7 months ago

Also, ensure valueOf unconditionally throws.