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 15c6b2b commit ad92de9Copy full SHA for ad92de9
Doc/c-api/float.rst
@@ -223,9 +223,6 @@ endian processor, or ``1`` on little endian processor.
223
Return value: ``0`` if all is OK, ``-1`` if error (and an exception is set,
224
most likely :exc:`OverflowError`).
225
226
-.. impl-detail::
227
- The :c:func:`PyFloat_Pack8` function always succeeds in CPython.
228
-
229
.. c:function:: int PyFloat_Pack2(double x, char *p, int le)
230
231
Pack a C double as the IEEE 754 binary16 half-precision format.
@@ -238,6 +235,9 @@ most likely :exc:`OverflowError`).
238
235
239
236
Pack a C double as the IEEE 754 binary64 double precision format.
240
237
+ .. impl-detail::
+ This function always succeeds in CPython.
+
241
242
Unpack functions
243
^^^^^^^^^^^^^^^^
0 commit comments