please wait
template <class R1, class R2> ratio_divide;
|
|
member constexpr | description |
---|---|
num | Numerator |
den | Denominator |
member type | definition | description |
---|---|---|
type | ratio<num,den> | The ratio type with the result of the division. |
|
|
result = 3/2 (which is: 1.5) |