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