Michael Wachter
Results
1
comments of
Michael Wachter
That's exactly the problem. I tried the following implementation: ``` bool CheckDoubleMultipleOf(Context& context, double d) const { double b = std::abs(multipleOf_.GetDouble()); double limit = b * 0.0000000001; if (std::abs(remainderl(d, b))...