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.
c-api/float.rst
1 parent ffd6473 commit 920286dCopy full SHA for 920286d
Doc/c-api/float.rst
@@ -113,8 +113,8 @@ NaNs (if such things exist on the platform) isn't handled correctly, and
113
attempting to unpack a bytes string containing an IEEE INF or NaN will raise an
114
exception.
115
116
-Note that NaNs type may not be preserved on IEEE platforms (silent NaN become
117
-quiet), for example on x86 systems in 32-bit mode.
+Note that NaNs type may not be preserved on IEEE platforms (signaling NaN become
+quiet NaN), for example on x86 systems in 32-bit mode.
118
119
On non-IEEE platforms with more precision, or larger dynamic range, than IEEE
120
754 supports, not all values can be packed; on non-IEEE platforms with less
0 commit comments