Skip to content

v2.1.0

Latest

Choose a tag to compare

@Nonanti Nonanti released this 20 Sep 20:52
· 4 commits to master since this release

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, and Factorial functions moved to CombinatoricsFunctions class
  • Factorial now throws OverflowException instead 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!