We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9d488 commit 91a6334Copy full SHA for 91a6334
Doc/library/sys.rst
@@ -305,7 +305,7 @@ always available.
305
+---------------------+----------------+--------------------------------------------------+
306
| attribute | float.h macro | explanation |
307
+=====================+================+==================================================+
308
- | :const:`epsilon` | DBL_MAX | difference between 1 and the least value greater |
+ | :const:`epsilon` | DBL_EPSILON | difference between 1 and the least value greater |
309
| | | than 1 that is representable as a float |
310
311
| :const:`dig` | DBL_DIG | maximum number of decimal digits that can be |
0 commit comments