|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
Typedefs | |
| template<typename R1 , typename R2 > | |
| using | ratio_divide = ratio< R1::num *R2::den, R1::den *R2::num > |
| The alias template ratio_divide denotes the result of dividing two exact rational fractions represented by the ratio specializations R1 and R2. | |