What's New
New Features
- Combinatorics Functions: Added binomial coefficients and permutation calculations
- Improved Error Handling: Better overflow detection with explicit exceptions
Breaking Changes
GCD,LCM, andFactorialfunctions moved toCombinatoricsFunctionsclass- Factorial now throws
OverflowExceptioninstead of returning infinity for large values
Improvements
- Added comprehensive edge case testing
- Enhanced overflow protection in mathematical operations
- Updated documentation with migration guide
Contributors
Thanks to the open source community for contributing the combinatorics functions!