Skip to content

Commit 0fe3555

Browse files
committed
no sign for stirlings2
1 parent 6e99161 commit 0fe3555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This library provides the following functions:
2626
- `multinomial(k...)`: receives a tuple of `k_1, ..., k_n` and calculates the multinomial coefficient `(n k)`, where `n = sum(k)`; returns a `BigInt` only if given a `BigInt`;
2727
- `primorial(n)`: returns the product of all positive prime numbers <= n; always returns a `BigInt`;
2828
- `stirlings1(n, k, signed=false)`: returns the `(n,k)`-th Stirling number of the first kind; the number is signed if signed is true; returns a `BigInt` only if given a `BigInt`.
29-
- `stirlings2(n, k)`: returns the `(n,k)`-th Stirling number of the second kind; the number is signed if signed is true; returns a `BigInt` only if given a `BigInt`.
29+
- `stirlings2(n, k)`: returns the `(n,k)`-th Stirling number of the second kind; returns a `BigInt` only if given a `BigInt`.
3030

3131
Young diagrams
3232
--------------

0 commit comments

Comments
 (0)