07/23/2011, 12:40 PM
(This post was last modified: 07/23/2011, 12:45 PM by nuninho1980.)
(07/23/2011, 05:48 AM)deepblue Wrote: Is it continuous at 1/2? I got...base e??! but I got:
sexp(1/2)=1.6376...
sexp(1/2+10^-30)=1.6489...
sexp(1/2)=1.6463542337511945809719240315921
sexp(1/2+10^-30)=1.6463542337511945809719240315937
no problems. but you need better precision (loop (optimital precision) or loop(15) and \p 67; /* default precision 38 decimal digits */-in begin of file "kneser.gp") because you may use low precision and you have without lastest version of "kneser" code.

