Skip to content

Commit 08c9a14

Browse files
miss-islingtonAzizCode92skirpichev
authored
[3.13] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140096)
Co-authored-by: Aziz <[email protected]> Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 63ba801 commit 08c9a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/cmath.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ Constants
338338
.. data:: nan
339339

340340
A floating-point "not a number" (NaN) value. Equivalent to
341-
``float('nan')``.
341+
``float('nan')``. See also :data:`math.nan`.
342342

343343
.. versionadded:: 3.6
344344

0 commit comments

Comments
 (0)