Matias Atria (F. de Ciencias Depto Matematicas) on Sun, 12 Jul 1998 23:54:03 -0400 (CST)


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

Re: pari-2.0.10.beta


Hi,

Using pari-2.0.10 I get the following:

? ?inth0
inth0() = r1/n-inth(h)
? ?inth
inth(x=0) = log(tanh(x/2))+r1*(2*tanh(x/2))/(2*n)
? r1
%24 = 6
? n
%25 = 8
? h
%26 = 0.500000000000
? inth0()
%27 = 1.97314011694
? 1.0 - inth0()
%28 = -0.973140116944
? 1 - inth0()
  ***   overflow in I+R
?

I'm running the SuperSparc 32-bit version on a Sun Sparc20. If you need more
information just let me know.

Thanks,

Matias Atria.

ps: I apologize if this has already been reported. I haven't checked the
messages from this list in a while.