Releases: Patashu/break_infinity.js
Releases · Patashu/break_infinity.js
v2.2.0
Reverts the changes from v2.1.0 and v2.1.1 to preserve backward compatibility of existing games
v2.1.1
Added:
copyFrom
alias of fromDecimal
Fixed:
- Fixed
Decimal.pow(0, X)
returning NaN
v2.1.0
PSA: starting from this version, we will not publish built js files here. You can either grab them from the CDN or build them manually.
Added:
Decimal.const
function to create and cache constant Decimal values
Fixed:
- Cube root is sometimes inaccurate #143
- Capital "E" was not handled correctly in the constructor
v1.3.0
Fixes:
- Fix pow (negative base, noninteger height) not being NaN #35
v1.2.0
Fixed various package configuration issues
v1.1.1
Added TypeScript definitions to the package.json (#64)
v1.1.0
Added .decimalPlaces()
(#56)
v1.0.10
Fixed 5e-324 handling in normalize()
which resulted in undefined
return
v1.0.9
- Added Decimal constants #51
- Fixed package.json dist paths