TheAlgorithms / C-Plus-Plus

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
MIT License
30.79k stars 7.29k forks source link

fix: incorrect exception handling in factorial function #2868

Open henriq4 opened 1 month ago

henriq4 commented 1 month ago

Description of Change

This pull request corrects the recursive factorial function by:

Checklist

Notes: This is my first good issue, and I’m grateful to contribute to the project. Fixes #2867