JuliaMath / Combinatorics.jl

A combinatorics library for Julia
http://juliamath.github.io/Combinatorics.jl/dev/
Other
214 stars 58 forks source link

Include reference to "binomial", "n choose k" in documentation #121

Open BioTurboNick opened 2 years ago

BioTurboNick commented 2 years ago

I know that binomial is in base (after searching way too long), but someone looking for it might naturally come here, or might know "n choose k" but not the term "binomial".

If both terms could be included in the documentation somewhere, stating that it is included in Julia Base, that would probably save novices some time.