Skip to content

Commit dd911a2

Browse files
authored
Merge pull request #40 from juliohm/patch-2
Update README.md
2 parents aa3bc34 + e65d927 commit dd911a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This library provides the following functions:
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`.
2929
- `stirlings2(n, k)`: returns the `(n,k)`-th Stirling number of the second kind; returns a `BigInt` only if given a `BigInt`.
30+
- `nthperm(a, k)`: Compute the `k`th lexicographic permutation of the vector `a`.
3031

3132
Young diagrams
3233
--------------

0 commit comments

Comments
 (0)