Patashu / break_infinity.js

A replacement for decimal.js for incremental games who want to deal with very large numbers (bigger in magnitude than 1e308, up to as much as 1e(9e15) ) and want to prioritize speed over accuracy.
MIT License
203 stars 35 forks source link

mantissa can be 0.99 #147

Open Patashu opened 1 year ago

Patashu commented 1 year ago

https://cdn.discordapp.com/attachments/1053629017154125935/1075214102655422565/image.png

don't currently know how to repro

Razenpok commented 1 year ago

Maybe that's a double exponent formatting issue?