Closed tgross35 closed 3 weeks ago
Having the default ULP in lib.rs doesn't make much sense when everything else precision-related is in special_case.rs. Rename special_case to precision and move the *_allowed_ulp functions there.
special_case
precision
*_allowed_ulp
Having the default ULP in lib.rs doesn't make much sense when everything else precision-related is in special_case.rs. Rename
special_case
toprecision
and move the*_allowed_ulp
functions there.