Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
attach binomial(n::Integer, k::Integer) method to docstring (JuliaLan…
…g#56679) Slight tweak to JuliaLang#54307: attach the `binomial(n::Integer, k::Integer)` method to the corresponding docstring, rather than the narrower `binomial(n::T, k::T) where {T<:Integer}` method.
- Loading branch information