Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
1.1
-
None
-
Easy
Description
Add computation of the Stirling number of the first kind: s(n, k).
This can be performed using the recurrence relation:
s(n + 1, k) = s(n, k - 1) - n * s(n, k)
Attachments
Issue Links
- is related to
-
NUMBERS-29 Move combinatorics utilities from "Commons Math"
- Closed