Skip to content

Commit 71afe0a

Browse files
Noddpicnixz
andcommitted
Floating point arithmetic
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 01ec56e commit 71afe0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/math.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ noted otherwise, all return values are floats.
3636
:func:`lcm(*integers) <lcm>` Least common multiple of the integer arguments
3737
:func:`perm(n, k) <perm>` Number of ways to choose *k* items from *n* items without repetition and with order
3838

39-
**Basic floating point operations**
39+
**Floating point arithmetic**
4040
--------------------------------------------------------------------------------------------------
4141
:func:`ceil(x) <ceil>` Ceiling of *x*, the smallest integer greater than or equal to *x*
4242
:func:`fabs(x) <fabs>` Absolute value of *x*

0 commit comments

Comments
 (0)