fix test code

This commit is contained in:
fredrik 2021-12-21 22:55:45 +01:00
parent 88ee2a68fb
commit 1a8b6d5412

View file

@ -54,7 +54,7 @@ int main()
_arb_hypgeom_ci_2f3(s, x, n_randint(state, prec1), prec1, prec1);
break;
default:
_arb_hypgeom_c_asymp(s, x, n_randint(state, prec1 / 2), prec1);
_arb_hypgeom_ci_asymp(s, x, n_randint(state, prec1 / 2), prec1);
break;
}