Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2024-08-22 01:43:04 -07:00
parent ae65ce6693
commit 904ef7893c
202 changed files with 1884 additions and 1694 deletions

View File

@@ -207,7 +207,7 @@ double ON_CleanValueTolerance(
if (clean_value_tolerance > 1.0 / 512.0)
clean_value_tolerance = 1.0 / 512.0;
const double a = fabs(value);
// The relative tolerance 256.0*ON_EPSILON*a is reqired in order for all (1+/- ON_EPSILON)*value where
// The relative tolerance 256.0*ON_EPSILON*a is required in order for all (1+/- ON_EPSILON)*value where
// value is one of the rational numbers with denominators
// 2,3,4,8,10,16,32,64,128 and numerators from 1 to 2*denominator to be "cleaned up}
// to numerator/denominator.