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 fd842b0 commit 33a2cc0Copy full SHA for 33a2cc0
Doc/library/math.rst
@@ -40,7 +40,7 @@ noted otherwise, all return values are floats.
40
--------------------------------------------------------------------------------------------------
41
:func:`ceil(x) <ceil>` Ceiling of *x*, the smallest integer greater than or equal to *x*
42
:func:`fabs(x) <fabs>` Absolute value of *x*
43
-:func:`floor (x) <floor>` Floor of *x*, the largest integer less than or equal to *x*
+:func:`floor(x) <floor>` Floor of *x*, the largest integer less than or equal to *x*
44
:func:`fma(x, y, z) <fma>` Fused multiply-add operation: ``(x * y) + z``
45
:func:`fmod(x, y) <fmod>` Remainder of division ``x / y``
46
:func:`modf(x) <modf>` Fractional and integer parts of *x*
0 commit comments