Patashu / break_eternity.js

A Javascript numerical library to represent numbers as large as 10^^1e308 and as small as 10^-10^^1e308. Sequel to break_infinity.js, designed for incremental games.
MIT License
120 stars 43 forks source link

Negative infinity fix #158

Closed MathCookie17 closed 6 months ago

MathCookie17 commented 6 months ago

A mistake was made in v1.4.1 - MathCookie17 thought Decimal.dNegInf was {-1, Infinity, Infinity}, but actually it's {-1, -Infinity, -Infinity}. This mistake should be fixed now.

Patashu commented 6 months ago

I forgot that too tbh. Wonder why I decided to do it that way