std::ratio_multiply (3) Linux Manual Page
std::ratio_multiply – std::ratio_multiply Synopsis Defined in header <ratio> template< class R1, class R2 > (since C++11) using ratio_multiply = /* see below */; The alias template std::ratio_multiply denotes the result of multiplying two exact rational fractions represented by the std::ratio specializations R1 and R2. The result is a std::ratio specialization std::ratio<U, V>, such that given…
