Skip to content

Commit

Permalink
Merge 5656167 into 066950f
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcaine committed May 13, 2019
2 parents 066950f + 5656167 commit 52acf1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ This library provides the following functions:
- `catalannum(n)`: returns the n-th Catalan number; always returns a `BigInt`;
- `lobbnum(m,n)`: returns the generalised Catalan number at `m` and `n`; always returns a `BigInt`;
- `narayana(n,k)`: returns the general Narayana number at any given `n` and `k`; always returns a `BigInt`;
- `combinations(a)`: returns combinations of all order by chaining calls to `Base.combinations(a,n)`;
- `combinations(a,n)`: returns all combinations of `n` elements of indexable object `a`;
- `combinations(a)`: returns combinations of all order by chaining calls to `combinations(a,n)`;
- `derangement(n)`/`subfactorial(n)`: returns the number of permutations of n with no fixed points; always returns a `BigInt`;
- `doublefactorial(n)`: returns the double factorial n!!; always returns a `BigInt`;
- `fibonaccinum(n)`: the n-th Fibonacci number; always returns a `BigInt`;
Expand Down

0 comments on commit 52acf1f

Please sign in to comment.