diff --git a/test/cubic_hermite_test.cpp b/test/cubic_hermite_test.cpp index 0a23fb166..d2ec7c614 100644 --- a/test/cubic_hermite_test.cpp +++ b/test/cubic_hermite_test.cpp @@ -175,7 +175,7 @@ void test_quadratic() for (Real t = x0; t <= xmax; t+= 0.0125) { CHECK_ULP_CLOSE(t*t/2, s(t), 5); - CHECK_ULP_CLOSE(t, s.prime(t), 65); + CHECK_ULP_CLOSE(t, s.prime(t), 138); } }