approximatelyEqual rationale

It might be nice to have a tuneable overload of approximatelyEqual() for things like autocorrelation with error margins, I think that’s what the ULP argument offers in this example:

https://en.cppreference.com/w/cpp/types/numeric_limits/epsilon

1 Like