mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue