Skip to content

Commit dbac013

Browse files
giordanoStefanKarpinski
authored andcommitted
Remove documentation of factorial(n,k) (#17055)
This method for `factorial' has been moved to Combinatorics packages.
1 parent 13008a5 commit dbac013

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

base/docs/helpdb/Base.jl

-7
Original file line numberDiff line numberDiff line change
@@ -6993,13 +6993,6 @@ If `n` is not an `Integer`, `factorial(n)` is equivalent to [`gamma(n+1)`](:func
69936993
"""
69946994
factorial(n)
69956995

6996-
"""
6997-
factorial(n,k)
6998-
6999-
Compute `factorial(n)/factorial(k)`.
7000-
"""
7001-
factorial(n,k)
7002-
70036996
"""
70046997
bitrand([rng], [dims...])
70056998

doc/stdlib/math.rst

-6
Original file line numberDiff line numberDiff line change
@@ -1347,12 +1347,6 @@ Mathematical Functions
13471347
13481348
Factorial of ``n``\ . If ``n`` is an :obj:`Integer`\ , the factorial is computed as an integer (promoted to at least 64 bits). Note that this may overflow if ``n`` is not small, but you can use ``factorial(big(n))`` to compute the result exactly in arbitrary precision. If ``n`` is not an ``Integer``\ , ``factorial(n)`` is equivalent to :func:`gamma(n+1) <gamma>`\ .
13491349

1350-
.. function:: factorial(n,k)
1351-
1352-
.. Docstring generated from Julia source
1353-
1354-
Compute ``factorial(n)/factorial(k)``\ .
1355-
13561350
.. function:: gcd(x,y)
13571351

13581352
.. Docstring generated from Julia source

0 commit comments

Comments
 (0)