File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 4985
4985
This document imposes no requirements on the accuracy of
4986
4986
floating-point operations; see also~\ref {support.limits }.
4987
4987
\end {note }
4988
+
4989
+ \pnum
4988
4990
Integral and floating-point types are collectively
4989
4991
termed \defnx {arithmetic types}{type!arithmetic}.
4990
- \indextext {\idxcode {numeric_limits}!specializations for arithmetic types}%
4991
- Specializations of the standard library template
4992
- \tcode {std::numeric_limits}\iref {support.limits } shall specify the
4993
- maximum and minimum values of each arithmetic type for an
4994
- implementation.
4992
+ \begin {note }
4993
+ Properties of the arithmetic types,
4994
+ such as their minimum and maximum representable value,
4995
+ can be queried using the facilities in the standard library headers
4996
+ \libheaderref {limits },
4997
+ \libheaderref {climits }, and
4998
+ \libheaderref {cfloat }.
4999
+ \end {note }
4995
5000
4996
5001
\pnum
4997
5002
\indextext {type!\idxcode {void}}%
You can’t perform that action at this time.
0 commit comments