Bill Allombert on Sat, 23 Dec 2023 22:48:31 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: How to deal with "precision too low in forqfvec" ?


On Sat, Dec 23, 2023 at 10:27:02PM +0100, hermann@stamm-wilbrandt.de wrote:
> Below script results in this error:
> 
> $ gp -q < w3.gp
>   ***   at top-level: forqfvec(v,M,X,if(qfeval(M,v)==X,V=v;break(),p
>   ***                                          ^---------------------
>   ***   precision too low in forqfvec.
> 
> How can that fix the loop variable?

You cannot... The large precision variant of forqfvec has not been implemented
yet. (This is the variant corresponding to qfminim(,,,2)).

We have plan to implement it, though.

Cheers,
Bill