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 01ec56e commit 71afe0aCopy full SHA for 71afe0a
Doc/library/math.rst
@@ -36,7 +36,7 @@ noted otherwise, all return values are floats.
36
:func:`lcm(*integers) <lcm>` Least common multiple of the integer arguments
37
:func:`perm(n, k) <perm>` Number of ways to choose *k* items from *n* items without repetition and with order
38
39
-**Basic floating point operations**
+**Floating point arithmetic**
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*
0 commit comments