Skip to content

Commit 1ad1aae

Browse files
committed
mark
1 parent 0fe3555 commit 1ad1aae

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
@@ -25,7 +25,7 @@ This library provides the following functions:
2525
- `multifactorial(n)`: returns the m-multifactorial n(!^m); always returns a `BigInt`;
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`;
28-
- `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`.
28+
- `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`.
2929
- `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

0 commit comments

Comments
 (0)