mirror of
https://github.com/vale981/arb
synced 2025-03-06 01:41:39 -05:00
fix function call
This commit is contained in:
parent
7b00253323
commit
6ea4bfd215
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ evaluate_series(fmprb_struct * S, const fmpq_t a, long r, long N, long len, long
|
|||
|
||||
/* S = T / (B * Q) */
|
||||
_fmprb_vec_scalar_mul(B, B, len, Q, bsplit_wp);
|
||||
_fmprb_poly_inv_series(S, B, len, bsplit_wp);
|
||||
_fmprb_poly_inv_series(S, B, len, len, bsplit_wp);
|
||||
_fmprb_poly_mullow(B, T, len, S, len, len, bsplit_wp);
|
||||
_fmprb_vec_set(S, B, len);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue