tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
ratio_multiply.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Typedefs

template<typename R1 , typename R2 >
using ratio_multiply = ratio< R1::num *R2::num, R1::den *R2::den >
 The alias template ratio_multiply denotes the result of multiplying two exact rational fractions represented by the ratio specializations R1 and R2.