1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-09-24 21:04:32 +00:00
This commit is contained in:
Michael Mclaughlin
2025-01-23 20:51:53 +00:00
parent 9817dd122c
commit 928b4cf0ee
7 changed files with 21 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
#### 10.5.0
* 23/01/2025
* #216 TypeScript: instantiation without `new` keyword
* #181 Support `BigInt`
* #241 Match `Math.max` and `Math.min` negative zero handling
* #217 Compute `acos` with less cancellation near `x = 1`
#### 10.4.3
* 04/12/2022
* #211 Remove `toStringTag` declaration for type compatibility.