2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Update error rate in Cohen acceleration

This commit is contained in:
Nick
2021-01-08 07:07:57 -06:00
committed by GitHub
parent 163788bcbb
commit 5fc9214ad1

View File

@@ -65,7 +65,7 @@ void test_divergent()
{
auto g = Divergent<Real>();
Real x = -cohen_acceleration(g);
CHECK_ULP_CLOSE(log(pi<Real>()/2)/2, x, 80);
CHECK_ULP_CLOSE(log(pi<Real>()/2)/2, x, 135);
}
int main()