arbitraryprecisioncalculation::configuration Namespace Reference

Contains the variables which store information about the configuration for the arbitrary precision calculation. More...

Enumerations

enum  CheckPrecisionMode { CHECK_PRECISION_ALWAYS_EXCEPT_STATISTICS, CHECK_PRECISION_ALWAYS, CHECK_PRECISION_NEVER }
 Specification possibilities in which cases precision checks occur. More...
 

Detailed Description

Contains the variables which store information about the configuration for the arbitrary precision calculation.

Enumeration Type Documentation

Specification possibilities in which cases precision checks occur.

Enumerator
CHECK_PRECISION_ALWAYS_EXCEPT_STATISTICS 

If there are statistical calculations then no precision is checked. Beside that the precision is checked on each addition and subtraction.

CHECK_PRECISION_ALWAYS 

The precision is checked on each addition and subtraction.

CHECK_PRECISION_NEVER 

The precision is never checked.