defaultPrecision constant

double const defaultPrecision

Numbers closer together than this are considered equivalent.

Implementation

static const double defaultPrecision = 1e-4;