From Jason Turner

[conv.double]

Diff to HTML by rtfpessoa

tmp/tmpeni2kjzn/{from.md → to.md} RENAMED
@@ -1,13 +1,13 @@
1
- ## Floating point conversions <a id="conv.double">[[conv.double]]</a>
2
 
3
- A prvalue of floating point type can be converted to a prvalue of
4
- another floating point type. If the source value can be exactly
5
  represented in the destination type, the result of the conversion is
6
  that exact representation. If the source value is between two adjacent
7
  destination values, the result of the conversion is an
8
  *implementation-defined* choice of either of those values. Otherwise,
9
  the behavior is undefined.
10
 
11
- The conversions allowed as floating point promotions are excluded from
12
- the set of floating point conversions.
13
 
 
1
+ ## Floating-point conversions <a id="conv.double">[[conv.double]]</a>
2
 
3
+ A prvalue of floating-point type can be converted to a prvalue of
4
+ another floating-point type. If the source value can be exactly
5
  represented in the destination type, the result of the conversion is
6
  that exact representation. If the source value is between two adjacent
7
  destination values, the result of the conversion is an
8
  *implementation-defined* choice of either of those values. Otherwise,
9
  the behavior is undefined.
10
 
11
+ The conversions allowed as floating-point promotions are excluded from
12
+ the set of floating-point conversions.
13