v0.6.8 (2024-02-27)
- #37 Upgrade javassist to 3.30.2-GA
v0.6.7 (2023-09-20)
- #35 Implement
Groups.permute(...)
- #34 Implement
SafeMath.gcd(...)
- #33 Refactor
SplineInterpolator
with generic adapters - #32 Support M1 arm processor (aarch64)
- #30 Implement
SlidingWindowAverage
- #29 Implement
SafeMath.factorial(...)
- #28 Support
SafeMath.min(...)
andSafeMath.max(...)
for boxed Number(s) - #27 Support
SafeMath.toRadians()
andSafeMath.toDegrees()
- #26 Transition to GitHub Actions
- #25 Move
BigDecimals
andBitIntegers
to lang module - #24 Add
DecimalMath
- #23 Add
BitIntMath
- #22 Add
BigDecimals.setScale
- #21 Support
RoundingMode
inSafeMath.round(...)
methods - #18 Implement
min(...)
andmax(...)
inSafeMath
- #17 Add
Constants.SQRT_2
- #16 Improve tests for
MovingNormal
- #15 Improve tests for
MovingAverage
- #14 Improve tests for
BigDecimals
- #13 Improve tests for
BigIntegers
- #11 Implement tests for all functions in
SafeMath
- #6 Implement
FastMath.e10([0,18])
- #5 Type-safe overloads for
SafeMath.log2(...)
andSafeMath.log10(...)
- #3 Implement
FastMath
- #2 Fix incorrect implementations of
SafeMath.abs(...)
- #1 Implement
intern(...)
forBigIntegers
andBigDecimals
v0.6.6 (2020-05-23)
- Upgrade
ch.obermuhlner:big-math
fromv2.1.0
tov2.3.0
. - Apply concurrency considerations to
BigDecimals.instances
andBigIntegers.instances
. - Improve javadocs.
v0.6.5 (2019-07-21)
- Upgrade
org.libj:test:0.6.9
to0.7.0
. - Implement methods in
FastMath
:digit()
,isDigit()
,parseInt()
, andparseLong()
.
v0.6.4 (2019-05-13)
- Initial public release.