Max Alekseyev on Fri, 23 Feb 2024 02:21:01 +0100


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

bnfisintnorm() is eager for memory


In the following example, bnfisintnorm() runs out of memory even with a 32GB stack. Is there a way to overcome this?

? b = bnfinit('x^2-2305843005992468481,1)
? bnfisintnorm(b,2305843008139952128)

Thanks,
Max