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 bfe5481 commit b063f59Copy full SHA for b063f59
Doc/c-api/float.rst
@@ -78,6 +78,16 @@ Floating-Point Objects
78
Return the minimum normalized positive float *DBL_MIN* as C :c:expr:`double`.
79
80
81
+.. c:macro:: Py_RETURN_NAN
82
+
83
+ Return :data:`math.nan` from a function.
84
85
86
+.. c:macro:: Py_RETURN_INF
87
88
+ Return :data:`math.inf` from a function.
89
90
91
Pack and Unpack functions
92
-------------------------
93
0 commit comments