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