From Jason Turner

[ratio.ratio]

Diff to HTML by rtfpessoa

tmp/tmp69z6vcuz/{from.md → to.md} RENAMED
@@ -22,8 +22,9 @@ value. — *end note*]
22
 
23
  The static data members `num` and `den` shall have the following values,
24
  where `gcd` represents the greatest common divisor of the absolute
25
  values of `N` and `D`:
26
 
27
- - `num` shall have the value `sign(N) * sign(D) * abs(N) / gcd`.
 
28
  - `den` shall have the value `abs(D) / gcd`.
29
 
 
22
 
23
  The static data members `num` and `den` shall have the following values,
24
  where `gcd` represents the greatest common divisor of the absolute
25
  values of `N` and `D`:
26
 
27
+ - `num` shall have the value
28
+ `\operatorname{sgn}(N) * \operatorname{sgn}(D) * abs(N) / gcd`.
29
  - `den` shall have the value `abs(D) / gcd`.
30