From Jason Turner

[ratio.general]

Diff to HTML by rtfpessoa

tmp/tmpcch3mpse/{from.md → to.md} RENAMED
@@ -1,12 +1,12 @@
1
  ### In general <a id="ratio.general">[[ratio.general]]</a>
2
 
3
- This subclause describes the ratio library. It provides a class template
4
- `ratio` which exactly represents any finite rational number with a
5
- numerator and denominator representable by compile-time constants of
6
- type `intmax_t`.
7
 
8
- Throughout this subclause, the names of template parameters are used to
9
- express type requirements. If a template parameter is named `R1` or
10
- `R2`, and the template argument is not a specialization of the `ratio`
11
- template, the program is ill-formed.
12
 
 
1
  ### In general <a id="ratio.general">[[ratio.general]]</a>
2
 
3
+ Subclause  [[ratio]] describes the ratio library. It provides a class
4
+ template `ratio` which exactly represents any finite rational number
5
+ with a numerator and denominator representable by compile-time constants
6
+ of type `intmax_t`.
7
 
8
+ Throughout subclause  [[ratio]], the names of template parameters are
9
+ used to express type requirements. If a template parameter is named `R1`
10
+ or `R2`, and the template argument is not a specialization of the
11
+ `ratio` template, the program is ill-formed.
12