mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
remove a len_t
This commit is contained in:
parent
fe55e3c8a1
commit
359ffa4016
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ _elefun_cos_minpoly(fmpz * coeffs, long d, ulong n)
|
|||
{
|
||||
fmprb_struct * alpha, * fcoeffs;
|
||||
fmpz_t t;
|
||||
len_t i, prec;
|
||||
long i, prec;
|
||||
|
||||
if (n <= ELEFUN_COS_MINPOLY_MAX_LOOKUP)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue