![]() |
![]() |
#include <Fraction.h>
Public Types | |
typedef Fraction< b, a *c >::type | type |
Static Public Member Functions | |
static type | combine (const FractionStruct< b, c > &, const Numerical< a > &) |
Definition at line 115 of file Fraction.h.
typedef Fraction<b, a * c>::type funct::Ratio< FractionStruct< b, c >, Numerical< a > >::type |
Definition at line 116 of file Fraction.h.
static type funct::Ratio< FractionStruct< b, c >, Numerical< a > >::combine | ( | const FractionStruct< b, c > & | , |
const Numerical< a > & | |||
) | [inline, static] |
Definition at line 117 of file Fraction.h.
{
return fract<b, a * c>();
}