[3.13] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140096)

Co-authored-by: Aziz <azizbenothman76@gmail.com>
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-10-14 10:32:41 +02:00 committed by GitHub
parent 63ba8018a1
commit 08c9a147a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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