File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3791
3791
\pnum
3792
3792
\indextext {type!fundamental}%
3793
3793
\indextext {type!integral}%
3794
- \indextext {type! floating-point}%
3794
+ \indextext {floating-point type|see{type, floating-point} }%
3795
3795
\indextext {type!implementation-defined \tcode {sizeof}}%
3796
3796
\indextext {type!Boolean}%
3797
3797
\indextext {type!\idxcode {char}}%
3968
3968
\end {example }
3969
3969
3970
3970
\pnum
3971
- There are three \defnx {floating-point}{ floating-point type} types :
3971
+ There are three \defnx {floating-point types}{type! floating-point} :
3972
3972
\indextext {type!\idxcode {float}}%
3973
3973
\tcode {float},
3974
3974
\indextext {type!\idxcode {double}}%
3988
3988
This document imposes no requirements on the accuracy of
3989
3989
floating-point operations; see also~\ref {support.limits }.
3990
3990
\end {note }
3991
- Integral and floating types are collectively
3991
+ Integral and floating-point types are collectively
3992
3992
called \defnx {arithmetic}{type!arithmetic} types.
3993
3993
\indextext {\idxcode {numeric_limits}!specializations for arithmetic types}%
3994
3994
Specializations of the standard library template
Original file line number Diff line number Diff line change 477
477
represented exactly, it is an \impldef {value of result of inexact integer to
478
478
floating-point conversion} choice of either the next lower or higher representable
479
479
value. \begin {note } Loss of precision occurs if the integral value cannot be represented
480
- exactly as a value of the floating type. \end {note } If the value being converted is
480
+ exactly as a value of the floating-point type. \end {note } If the value being converted is
481
481
outside the range of values that can be represented, the behavior is undefined. If the
482
482
source type is \tcode {bool}, the value \tcode {false} is converted to zero and the value
483
483
\tcode {true} is converted to one.
Original file line number Diff line number Diff line change 2536
2536
\tcode {unsigned} integral type & \tcode {\% u} \\
2537
2537
\end {floattable }
2538
2538
2539
- For conversions to a floating type the specifier is
2539
+ For conversions to a floating-point type the specifier is
2540
2540
\tcode {\% g}.
2541
2541
2542
2542
For conversions to
Original file line number Diff line number Diff line change 3611
3611
\tcode {char}).
3612
3612
Similarly, the term
3613
3613
\defn {promoted arithmetic type}
3614
- refers to floating types plus promoted integral types.
3614
+ refers to floating-point types plus promoted integral types.
3615
3615
\begin {note }
3616
3616
In all cases where a promoted integral type or promoted arithmetic type is
3617
3617
required, an operand of enumeration type will be acceptable by way of the
Original file line number Diff line number Diff line change 750
750
751
751
\indextext {number!subnormal}%
752
752
\pnum
753
- For floating types with subnormal numbers, returns the minimum positive
753
+ For floating-point types with subnormal numbers, returns the minimum positive
754
754
normalized value.
755
755
756
756
\pnum
887
887
888
888
\begin {itemdescr }
889
889
\pnum
890
- For floating types, specifies the base or radix of the exponent representation
890
+ For floating-point types, specifies the base or radix of the exponent representation
891
891
(often 2).\footnote {Equivalent to \tcode {FLT_RADIX}.}
892
892
893
893
\pnum
You can’t perform that action at this time.
0 commit comments