#include <PhysicsTools/Utilities/interface/Fraction.h>
Public Member Functions | |
BOOST_STATIC_ASSERT (m!=0) | |
operator double () const | |
double | operator() (double, double) const |
double | operator() (double) const |
double | operator() () const |
Static Public Attributes | |
static const int | denominator = m |
static const int | numerator = n |
Definition at line 12 of file Fraction.h.
funct::FractionStruct< n, m >::BOOST_STATIC_ASSERT | ( | m! | = 0 |
) |
funct::FractionStruct< n, m >::operator double | ( | ) | const [inline] |
double funct::FractionStruct< n, m >::operator() | ( | double | , | |
double | ||||
) | const [inline] |
double funct::FractionStruct< n, m >::operator() | ( | double | ) | const [inline] |
double funct::FractionStruct< n, m >::operator() | ( | void | ) | const [inline] |
const int funct::FractionStruct< n, m >::denominator = m [static] |
Definition at line 14 of file Fraction.h.
Definition at line 14 of file Fraction.h.