JuliaMath / JuliaMath/Combinatorics.jl
Add docs for all exported functions
- Dominant language
- Julia
- Stars
- 230
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
```jl
julia> using Combinatorics
julia> Docs.undocumented_names(Combinatorics)
14-element Vector{Symbol}:
:Combinatorics
:Partition
:SkewDiagram
:doublefactorial
:fibonaccinum
:hyperfactorial
:jacobisymbol
:legendresymbol
:lucasnum
:multifactorial
:ncpartitions
:primorial
:stirlings1
:stirlings2
```
- [ ] `Combinatorics`
### factorials.jl
- [ ] `doublefactorial`
- [ ] `hyperfactorial`
- [ ] `multifactorial`
- [ ] `primorial`
### numbers.jl
#201
- [x] `fibonaccinum`
- [x] `jacobisymbol`
- [x] `legendresymbol`
- [x] `lucasnum`
- [x] `stirlings1`
- [x] `stirlings2`
### partitions.jl
doc: add more examples and test for partitions #181
- [x] `ncpartitions`
### youngdiagrams.jl
- [ ] `Partition`
- [ ] `SkewDiagram`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.