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