Skip to content

Commit ce5ef1b

Browse files
MFHavatkoeppe
authored andcommitted
[numeric.limits.members] Replaced usage of 'mantissa' with 'significand' according to
SO/IEC/IEEE 60559:2008
1 parent 838cb06 commit ce5ef1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@
10691069

10701070
\pnum
10711071
For floating-point types, the number of \tcode{radix} digits in the
1072-
mantissa.
1072+
significand.
10731073
\begin{footnote}
10741074
Equivalent to \tcode{FLT_MANT_DIG}, \tcode{DBL_MANT_DIG},
10751075
\tcode{LDBL_MANT_DIG}.

0 commit comments

Comments
 (0)