(06/15/2011, 10:49 PM)nuninho1980 Wrote:(06/15/2011, 10:10 PM)mike3 Wrote:ok. I edited base from exp(1) to 10 in your code. I entered 'Initialize()', 'DoKneserIteration(12)', 'FullTetApprox(0.5)' and can evaluate result.(06/15/2011, 12:59 PM)nuninho1980 Wrote: how do I change base (from exp(1))??
See where it says "base" in the Initialize() part? This needs to be changed. It should work for real bases greater than \( \eta = e^{1/e} \). Not sure how big you can make the base due to the fixed initial fixpoint approximation, though.but... if base<eta then it doesn't work, ok?
but after I tested your code, Kneser.gp by Sheldon is much better precision than your code.
Yes, that's right. But if I can improve it with the just-suggested algorithms, I should be able to get it to go to full precision...


but... if