Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
+docs
  • Loading branch information
skirpichev committed Nov 6, 2025
commit 744dfa356f79a8796bfec84a68e9a73b4a1ed78d
9 changes: 9 additions & 0 deletions Doc/c-api/float.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ Floating-Point Objects
Return the minimum normalized positive float *DBL_MIN* as C :c:expr:`double`.


.. c:macro:: Py_INFINITY

This is equivalent of :c:macro:`!INFINITY` from the C11 standard
``<math.h>`` header.

.. deprecated:: 3.15
The macro is soft deprecated.


.. c:macro:: Py_RETURN_NAN

Return :data:`math.nan` from a function.
Expand Down
Loading