Skip to content

Commit 65bbe37

Browse files
daviddelaatandrioni
authored andcommitted
Update README for partitions
1 parent c0f5dbc commit 65bbe37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library provides the following functions:
1919
- `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`;
2020
- `primorial(n)`: returns the product of all positive prime numbers <= n; always returns a `BigInt`;
2121
- `stirlings1(n, k)`: the signed `(n,k)`-th Stirling number of the first kind; returns a `BigInt` only if given a `BigInt`.
22-
22+
- `partitions(n)`: returns a `Vector{Int}` consisting of the partitions of the number `n`.
2323

2424
Young diagrams
2525
--------------
@@ -30,4 +30,3 @@ Limited support for working with Young diagrams is provided.
3030
- `isrimhook(x)`: checks if skew diagram `x` is a rim hook
3131
- `leglength(x)`: computes leg length of rim hook `x`
3232
- `character(a, b)`: computes character the partition `b` in the `a`th irrep of Sn
33-

0 commit comments

Comments
 (0)