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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user