2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-25 16:32:15 +00:00

Remove floating point test which tests too close to root [CI SKIP]

This commit is contained in:
NAThompson
2019-08-07 13:11:21 -04:00
parent 09d3ee47cf
commit ff5a587b91

View File

@@ -95,8 +95,6 @@ void test_derivative()
int main()
{
test_to_quadratic<float>();
test_to_quadratic<double>();
test_to_quadratic<long double>();