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 78300aa commit 838cb06Copy full SHA for 838cb06
source/basic.tex
@@ -5248,8 +5248,8 @@
5248
\pnum
5249
\begin{note}
5250
A summary of the parameters for each type is given in \tref{basic.extended.fp}.
5251
-The precision $p$ includes the implicit 1 bit at the beginning of the mantissa,
5252
-so the storage used for the mantissa is $p-1$ bits.
+The precision $p$ includes the implicit 1 bit at the beginning of the significand,
+so the storage used for the significand is $p-1$ bits.
5253
ISO/IEC/IEEE 60559 does not assign a name for a type
5254
having the parameters specified for \tcode{std::bfloat16_t}.
5255
\end{note}
0 commit comments