You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…193)
* Allow calling `stirlings1` and `stirlings2` with `Integer` arguments
This allows to call them with `BigInt` arguments to avoid overflow.
Closes#104.
* Add tests for `stirlings1` and `stirlings2` with large arguments
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: