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 f7a06e5 commit badeb5cCopy full SHA for badeb5c
Doc/library/math.integer.rst
@@ -58,6 +58,10 @@ computed exactly and are integers.
58
``a = 1 + isqrt(n - 1)``.
59
60
61
+ .. |nbsp| unicode:: 0xA0
62
+ :trim:
63
+
64
65
.. function:: lcm(*integers)
66
67
Return the least common multiple of the specified integer arguments.
@@ -79,7 +83,3 @@ computed exactly and are integers.
79
83
and the function returns ``n!``.
80
84
81
85
Raises :exc:`ValueError` if either of the arguments are negative.
82
-
-.. |nbsp| unicode:: 0xA0
- :trim:
0 commit comments