Open henriq4 opened 1 month ago
The bug occurs in a recursive factorial function that incorrectly throws an exception when n is less than 20, instead of when n exceeds 20.
No response
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Description
The bug occurs in a recursive factorial function that incorrectly throws an exception when n is less than 20, instead of when n exceeds 20.
Expected behavior
Actual behavior
Steps to reproduce
Context
Additional information
No response