mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
fix typo
This commit is contained in:
parent
5622afcb23
commit
b2fedf39c5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ void
|
|||
arb_hypgeom_sum_fmpq_arb(arb_t res, const fmpq * a, slong alen, const fmpq * b, slong blen, const arb_t z, slong N, slong prec)
|
||||
{
|
||||
if (N <= 2 || (prec <= 1024 && N <= 8) || (prec <= 4096 && N <= 4))
|
||||
arb_hypgeom_sum_fmpq_arb_foward(res, a, alen, b, blen, z, N, prec);
|
||||
arb_hypgeom_sum_fmpq_arb_forward(res, a, alen, b, blen, z, N, prec);
|
||||
else
|
||||
arb_hypgeom_sum_fmpq_arb_rs(res, a, alen, b, blen, z, N, prec);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue