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 b063f59 commit 2679d35Copy full SHA for 2679d35
Doc/c-api/float.rst
@@ -83,9 +83,10 @@ Floating-Point Objects
83
Return :data:`math.nan` from a function.
84
85
86
-.. c:macro:: Py_RETURN_INF
+.. c:macro:: Py_RETURN_INF(sign)
87
88
- Return :data:`math.inf` from a function.
+ Return :data:`math.inf` or :data:`-math.inf <math.inf>` from a function,
89
+ depending on the sign of *sign*.
90
91
92
Pack and Unpack functions
0 commit comments