8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b81c2 commit e0b02efCopy full SHA for e0b02ef
Doc/library/math.rst
@@ -45,8 +45,8 @@ Number-theoretic and representation functions
45
to zero when ``k > n``.
46
47
Also called the binomial coefficient because it is equivalent
48
- to the coefficient of k-th term in polynomial expansion of the
49
- expression ``(1 + x) ** n``.
+ to the coefficient of k-th term in polynomial expansion of
+ ``(1 + x)ⁿ``.
50
51
Raises :exc:`TypeError` if either of the arguments are not integers.
52
Raises :exc:`ValueError` if either of the arguments are negative.
0 commit comments