04/18/2022, 05:55 PM
(This post was last modified: 04/18/2022, 05:56 PM by Ember Edison.)
I suggest to set init_OFF's g(|u|)=log(abs(u)), fine-tuning this function to other values (like log(z)^n) makes little sense, the adjustable range of n is very small.
init_OFF(1, k) log(u)^n
10.0^±24 n>0.5
10.0^±25 n>0.5
10.0^±26 n>0.9
10.0^±10^2 0.97 ≤ n ≤ 1.4
log(z) can to work under
There is also a small problem: Is_Julia() does not work in scenarios where init(1, 10.0^-10) is used, let alone scenarios where init_OFF is needed
init_OFF(1, k) log(u)^n
10.0^±24 n>0.5
10.0^±25 n>0.5
10.0^±26 n>0.9
10.0^±10^2 0.97 ≤ n ≤ 1.4
log(z) can to work under
Code:
/* 256GB, x86-64 Pari-GP Stack limit */
default(parisize, a1=274877906944); init_OFF(1, 10.0^10^9)There is also a small problem: Is_Julia() does not work in scenarios where init(1, 10.0^-10) is used, let alone scenarios where init_OFF is needed

