Releases: libj/math
Releases · libj/math
v0.6.8
v0.6.7
- #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(...) and SafeMath.max(...) for boxed Number(s)
- #27 Support SafeMath.toRadians() and SafeMath.toDegrees()
- #26 Transition to GitHub Actions
- #25 Move BigDecimals and BitIntegers to lang module
- #24 Add DecimalMath
- #23 Add BitIntMath
- #22 Add BigDecimals.setScale
- #21 Support RoundingMode in SafeMath.round(...) methods
- #18 Implement min(...) and max(...) in SafeMath
- #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(...) and SafeMath.log10(...)
- #3 Implement FastMath
- #2 Fix incorrect implementations of SafeMath.abs(...)
- #1 Implement intern(...) for BigIntegers and BigDecimals