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