Skip to content

Commit 2001a03

Browse files
jensmaurertkoeppe
authored andcommitted
'floating-point something', not 'floating point something' (#1384)
Adjust occurrences that spanned a line break in the LaTeX source and were therefore missed in commit cd3deb8.
1 parent c8295e3 commit 2001a03

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

source/basic.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3836,7 +3836,7 @@
38363836
\end{example}
38373837

38383838
\pnum
3839-
There are three \defnx{floating-point}{floating point type} types:
3839+
There are three \defnx{floating-point}{floating-point type} types:
38403840
\indextext{type!\idxcode{float}}%
38413841
\tcode{float},
38423842
\indextext{type!\idxcode{double}}%
@@ -3851,7 +3851,7 @@
38513851
of the set of values of the type \tcode{long} \tcode{double}. The value
38523852
representation of floating-point types is \impldef{value representation of
38533853
floating-point types}.
3854-
\indextext{floating point type!implementation-defined}%
3854+
\indextext{floating-point type!implementation-defined}%
38553855
\begin{note}
38563856
This International Standard imposes no requirements on the accuracy of
38573857
floating-point operations; see also~\ref{support.limits}.

source/conversions.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
conversion.
2121

2222
\item Zero or one conversion from the following set: integral
23-
promotions, floating-point promotion, integral conversions, floating
24-
point conversions, floating-integral conversions, pointer conversions,
23+
promotions, floating-point promotion, integral conversions, floating-point
24+
conversions, floating-integral conversions, pointer conversions,
2525
pointer to member conversions, and boolean conversions.
2626

2727
\item Zero or one function pointer conversion.
@@ -395,7 +395,7 @@
395395
\rSec1[conv.fpprom]{Floating-point promotion}
396396

397397
\pnum
398-
\indextext{promotion!floating point}%
398+
\indextext{promotion!floating-point}%
399399
A prvalue of type \tcode{float} can be converted to a prvalue of type
400400
\tcode{double}. The value is unchanged.
401401

@@ -440,7 +440,7 @@
440440
\rSec1[conv.double]{Floating-point conversions}
441441

442442
\pnum
443-
\indextext{conversion!floating point}%
443+
\indextext{conversion!floating-point}%
444444
A prvalue of floating-point type can be converted to a prvalue of
445445
another floating-point type. If the source value can be exactly
446446
represented in the destination type, the result of the conversion is

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,8 +1675,8 @@
16751675
non-trivial destructor, with no corresponding parameter, is conditionally-supported with
16761676
\impldef{passing argument of class type through ellipsis} semantics. If the argument has
16771677
integral or enumeration type that is subject to the integral
1678-
promotions~(\ref{conv.prom}), or a floating-point type that is subject to the floating
1679-
point promotion~(\ref{conv.fpprom}), the value of the argument is converted to the
1678+
promotions~(\ref{conv.prom}), or a floating-point type that is subject to the
1679+
floating-point promotion~(\ref{conv.fpprom}), the value of the argument is converted to the
16801680
promoted type before the call. These promotions are referred to as
16811681
the \defnx{default argument promotions}{promotion!default argument promotion}.
16821682

source/lex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@
13781378
floating literal} manner.
13791379
\indextext{literal!\idxcode{double}}%
13801380
The type of a floating literal is \tcode{double}
1381-
\indextext{literal!type of floating point}%
1381+
\indextext{literal!type of floating-point}%
13821382
unless explicitly specified by a suffix.
13831383
\indextext{literal!\idxcode{float}}%
13841384
\indextext{suffix!\idxcode{F}}%

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@
734734
\pnum
735735
Minimum negative integer such that
736736
\tcode{radix}
737-
raised to the power of one less than that integer is a normalized floating
738-
point number.\footnote{Equivalent to \tcode{FLT_MIN_EXP}, \tcode{DBL_MIN_EXP},
737+
raised to the power of one less than that integer is a normalized floating-point
738+
number.\footnote{Equivalent to \tcode{FLT_MIN_EXP}, \tcode{DBL_MIN_EXP},
739739
\tcode{LDBL_MIN_EXP}.}
740740

741741
\pnum

0 commit comments

Comments
 (0)