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

1F1: Update tests for previous changes, improve error testing code.

This commit is contained in:
jzmaddock
2019-04-14 09:51:45 +01:00
parent f520bc9dff
commit 52e4ee3c79
3 changed files with 35 additions and 13 deletions

View File

@@ -122,7 +122,7 @@ int main()
mpfr_float mp_expected;
try {
mp_expected = boost::math::hypergeometric_pFq_precision({ mpfr_float(a) }, { mpfr_float(b) }, mpfr_float(z), 25, 3.0);
mp_expected = boost::math::hypergeometric_pFq_precision({ mpfr_float(a) }, { mpfr_float(b) }, mpfr_float(z), 25, 200.0);
expected = (test_type)mp_expected;
}
catch (const std::exception&)