|
oILAB
|
#include <BestRationalApproximation.h>
Public Types | |
| typedef long long int | LongIntType |
Public Member Functions | |
| BestRationalApproximation (const double &f, const LongIntType &md) | |
Data Fields | |
| const LongIntType & | num |
| const LongIntType & | den |
Static Private Member Functions | |
| static std::pair< LongIntType, LongIntType > | rat_approx (double f, LongIntType md) |
Private Attributes | |
| const std::pair< LongIntType, LongIntType > | intPair |
Definition at line 16 of file BestRationalApproximation.h.
| typedef long long int oILAB::BestRationalApproximation::LongIntType |
Definition at line 19 of file BestRationalApproximation.h.
|
inline |
Definition at line 86 of file BestRationalApproximation.h.
|
inlinestaticprivate |
Definition at line 22 of file BestRationalApproximation.h.
| const LongIntType& oILAB::BestRationalApproximation::den |
Definition at line 84 of file BestRationalApproximation.h.
|
private |
Definition at line 80 of file BestRationalApproximation.h.
| const LongIntType& oILAB::BestRationalApproximation::num |
Definition at line 83 of file BestRationalApproximation.h.