Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.12.2 source code.tar.gz | 2025-02-26 | 28.9 kB | |
0.12.2 source code.zip | 2025-02-26 | 38.3 kB | |
README.md | 2025-02-26 | 257 Bytes | |
Totals: 3 Items | 67.4 kB | 0 |
⚡️ Performance improvements
- Division in
NativeCalculator
is now faster for small divisors, thanks to @Izumi-kun in [#87]
👌 Improvements
- Add missing
RoundingNecessaryException
to the@throws
annotation ofBigNumber::of()