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 498888a commit 744dfa3Copy full SHA for 744dfa3
Doc/c-api/float.rst
@@ -78,6 +78,15 @@ Floating-Point Objects
78
Return the minimum normalized positive float *DBL_MIN* as C :c:expr:`double`.
79
80
81
+.. c:macro:: Py_INFINITY
82
+
83
+ This is equivalent of :c:macro:`!INFINITY` from the C11 standard
84
+ ``<math.h>`` header.
85
86
+ .. deprecated:: 3.15
87
+ The macro is soft deprecated.
88
89
90
.. c:macro:: Py_RETURN_NAN
91
92
Return :data:`math.nan` from a function.
0 commit comments