Skip to content

Commit

Permalink
Adjsuting acosh test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jan 7, 2024
1 parent 6e06639 commit d999596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/inverse_hyperbolic_trig_approx_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ TEMPLATE_TEST_CASE ("Acosh Approx Test", "", float, double)
{
test_approx<TestType> (all_floats, y_exact, [] (auto x)
{ return math_approx::acosh<6> (x); },
3.5e-6f);
4.5e-6f);
}
SECTION ("5th-Order")
{
Expand Down

0 comments on commit d999596

Please sign in to comment.