We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stirling numbers of the second kind are always nonnegative and yet:
julia> stirlings2(26,10) -5247188700862703611
The same issue plagues stirlings1. We have
stirlings1
julia> stirlings1(26,10) 9107464261356742080
but the correct value is 196928100451110820242880.
196928100451110820242880
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Stirling numbers of the second kind are always nonnegative and yet:
The same issue plagues
stirlings1
. We havebut the correct value is
196928100451110820242880
.The text was updated successfully, but these errors were encountered: