Skip to content

Commit 0280cc5

Browse files
committed
doc: add link to bellnum
1 parent ffee802 commit 0280cc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/partitions.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ The number of partitions of an `n`-element set
261261
is given by the n-th Bell number `Bn`:
262262
`length(partitions(s)) == catalannum(legnth(s))`.
263263
264+
See also: [`bellnum`](@ref)
265+
264266
# Examples
265267
```jldoctest
266268
julia> collect(partitions([1, 1]))

0 commit comments

Comments
 (0)