template <class R1, class R2> ratio_subtract;
|  |  | 
| member constexpr | description | 
|---|---|
| num | Numerator | 
| den | Denominator | 
| member type | definition | description | 
|---|---|---|
| type | ratio<num,den> | The ratio type with the result of the subtraction. | 
|  |  | 
| diff = 1/6 (which is: 0.166667) |