Typo fix
This commit is contained in:
parent
2281da42b0
commit
f88f739012
|
@ -44,7 +44,7 @@ Number-theoretic and representation functions:
|
||||||
|
|
||||||
.. function:: factorial(x)
|
.. function:: factorial(x)
|
||||||
|
|
||||||
Return *x* factorial. Raises :exc:`ValueError` if *x* is not intergral or
|
Return *x* factorial. Raises :exc:`ValueError` if *x* is not integral or
|
||||||
is negative.
|
is negative.
|
||||||
|
|
||||||
.. function:: floor(x)
|
.. function:: floor(x)
|
||||||
|
|
Loading…
Reference in New Issue