Skip to content

Commit

Permalink
XXX binomial()
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Mar 6, 2021
1 parent 430ed89 commit 9d75055
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions diofant/functions/combinatorial/factorials.py
Expand Up @@ -496,11 +496,6 @@ class binomial(CombinatorialFunction):
>>> [binomial(N, i) for i in range(1 - N)]
[1, -4, 10, -20, 35]
>>> binomial(Rational(5, 4), 3)
-5/128
>>> binomial(Rational(-5, 4), 3)
-195/128
>>> binomial(n, 3)
binomial(n, 3)
Expand Down

0 comments on commit 9d75055

Please sign in to comment.