mirror of
https://github.com/python/cpython.git
synced 2026-01-26 21:03:34 +00:00
gh-137871: Clarify cmath.nan documentation by linking to math module (#137876)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
This commit is contained in:
parent
fb25d6b35c
commit
025b4034d6
@ -338,7 +338,7 @@ Constants
|
||||
.. data:: nan
|
||||
|
||||
A floating-point "not a number" (NaN) value. Equivalent to
|
||||
``float('nan')``.
|
||||
``float('nan')``. See also :data:`math.nan`.
|
||||
|
||||
.. versionadded:: 3.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user