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 2b0c684 commit 747d390Copy full SHA for 747d390
Doc/library/math.rst
@@ -387,8 +387,8 @@ Floating point manipulation functions
387
.. function:: issubnormal(x)
388
389
Return ``True`` if *x* is a subnormal number, that is a finite
390
- nonzero number with a magnitude smaller than the smallest positive normal
391
- number, see :data:`sys.float_info.min`. Return ``False`` otherwise.
+ nonzero number with a magnitude smaller than :data:`sys.float_info.min`.
+ Return ``False`` otherwise.
392
393
.. versionadded:: next
394
0 commit comments