-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Count combinations returns NAN #10
Comments
thanks, will check this out asap. |
This is indeed a confirmed bug. I'm still wondering if I should use I'm still wondering what to do. |
Issue #10: Do not use a formula to compute the count.
Fixed, tagged a new version 1.3.3 ready for use. Thanks for the bug report! |
Consider using bcmath in factorial calculations.
This code results in
NAN
While this code results in
19900
The text was updated successfully, but these errors were encountered: