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