Arkulib
|
Variables | |
const unsigned int | DEFAULT_ITERATIONS_FROM_FP = 10 |
Default iterations used in the fromFloatingPoint recursive algorithm. More... | |
const double | DEFAULT_THRESHOLD_FROM_FP = 0.01 |
Default iterations used in the fromFloatingPoint recursive algorithm. More... | |
const unsigned int | DEFAULT_MAX_DIGITS_APPROXIMATE = 7 |
The max digits handled by the method toApproximation. More... | |
const unsigned int | DEFAULT_KEPT_DIGITS_APPROXIMATE = 3 |
The default precision set for toApproximation. More... | |
const unsigned int | DEFAULT_COUT_ERATIONAL_DIGITS = 6 |
The default precision set for ERational std::cout. More... | |
const unsigned int Arkulib::Constant::DEFAULT_ITERATIONS_FROM_FP = 10 |
Default iterations used in the fromFloatingPoint recursive algorithm.
Definition at line 13 of file Constant.hpp.
const double Arkulib::Constant::DEFAULT_THRESHOLD_FROM_FP = 0.01 |
Default iterations used in the fromFloatingPoint recursive algorithm.
Definition at line 14 of file Constant.hpp.
const unsigned int Arkulib::Constant::DEFAULT_MAX_DIGITS_APPROXIMATE = 7 |
The max digits handled by the method toApproximation.
Definition at line 15 of file Constant.hpp.
const unsigned int Arkulib::Constant::DEFAULT_KEPT_DIGITS_APPROXIMATE = 3 |
The default precision set for toApproximation.
The approximation will be set for 3 digits by default.
Definition at line 16 of file Constant.hpp.
const unsigned int Arkulib::Constant::DEFAULT_COUT_ERATIONAL_DIGITS = 6 |
The default precision set for ERational std::cout.
Definition at line 17 of file Constant.hpp.