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 b427f31 commit bf04e14Copy full SHA for bf04e14
Doc/c-api/float.rst
@@ -201,8 +201,8 @@ NaNs (if such things exist on the platform) isn't handled correctly, and
201
attempting to unpack a bytes string containing an IEEE INF or NaN will raise an
202
exception.
203
204
-Note that NaN type may not be preserved on IEEE platforms (signaling NaN become
205
-quiet NaN), for example on x86 systems in 32-bit mode.
+Note that NaN type may not be preserved on IEEE platforms (signaling NaNs become
+quiet NaNs), for example on x86 systems in 32-bit mode.
206
207
On non-IEEE platforms with more precision, or larger dynamic range, than IEEE
208
754 supports, not all values can be packed; on non-IEEE platforms with less
0 commit comments