withTolerance method
DoubleWithTolerance
withTolerance({
- double epsilon = DoubleWithTolerance.precisionErrorTolerance,
Implementation
DoubleWithTolerance withTolerance({
double epsilon = DoubleWithTolerance.precisionErrorTolerance,
}) {
return DoubleWithTolerance(this, epsilon: epsilon);
}