We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa671b4 commit 670007aCopy full SHA for 670007a
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