mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
fix test code
This commit is contained in:
parent
88ee2a68fb
commit
1a8b6d5412
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue