precisionErrorTolerance constant

double const precisionErrorTolerance

The epsilon of tolerable double precision error.

This is used in various places in the framework to allow for floating point precision loss in calculations. Differences below this threshold are safe to disregard.

Implementation

static const precisionErrorTolerance = 1e-10;