Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
30.79k
stars
7.29k
forks
source link
fix: incorrect exception handling in factorial function #2868
Open
henriq4 opened 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