Arkulib
|
Customize the library by changing default values. More...
Go to the source code of this file.
Namespaces | |
namespace | Arkulib |
namespace | Arkulib::Constant |
Variables | |
const unsigned int | Arkulib::Constant::DEFAULT_ITERATIONS_FROM_FP = 10 |
Default iterations used in the fromFloatingPoint recursive algorithm. More... | |
const double | Arkulib::Constant::DEFAULT_THRESHOLD_FROM_FP = 0.01 |
Default iterations used in the fromFloatingPoint recursive algorithm. More... | |
const unsigned int | Arkulib::Constant::DEFAULT_MAX_DIGITS_APPROXIMATE = 7 |
The max digits handled by the method toApproximation. More... | |
const unsigned int | Arkulib::Constant::DEFAULT_KEPT_DIGITS_APPROXIMATE = 3 |
The default precision set for toApproximation. More... | |
const unsigned int | Arkulib::Constant::DEFAULT_COUT_ERATIONAL_DIGITS = 6 |
The default precision set for ERational std::cout. More... | |
Customize the library by changing default values.
Definition in file Constant.hpp.