Annotation of OpenXM_contrib/pari/src/test/in/trans, Revision 1.1
1.1 ! maekawa 1: \\ A tres grande precision
! 2: \p 2000
! 3: \e
! 4: abs(-0.01)
! 5: agm(1,2)
! 6: agm(1+O(7^5),8+O(7^5))
! 7: 4*arg(3+3*I)
! 8: bernreal(12)
! 9: bernvec(6)
! 10: eta(q)
! 11: gammah(10)
! 12: Pi
! 13: precision(Pi,20)
! 14: sqr(1+O(2))
! 15: sqrt(13+O(127^12))
! 16: teichmuller(7+O(127^12))
! 17: \\ A grande precision
! 18: \p 500
! 19: Euler
! 20: acos(0.5)
! 21: acosh(3)
! 22: 3*asin(sqrt(3)/2)
! 23: asinh(0.5)
! 24: 3*atan(sqrt(3))
! 25: atanh(0.5)
! 26: besseljh(1,1)
! 27: cos(1)
! 28: cosh(1)
! 29: exp(1)
! 30: exp(1.123)
! 31: incgam(4,1,6)
! 32: incgamc(2,1)
! 33: log(2)
! 34: log(2,1)
! 35: sin(Pi/6)
! 36: sinh(1)
! 37: sqr(tan(Pi/3))
! 38: tanh(1)
! 39: thetanullk(0.5,7)
! 40: \\ A moyenne precision
! 41: \p 210
! 42: dilog(0.5)
! 43: eint1(2)
! 44: lngamma(10^50*I)
! 45: polylog(5,0.5)
! 46: polylog(-4,t)
! 47: polylog(5,0.5,1)
! 48: polylog(5,0.5,2)
! 49: polylog(5,0.5,3)
! 50: psi(1)
! 51: round(prod(k=1,17,x-exp(2*I*Pi*k/17)), &e)
! 52: e
! 53: theta(0.5,3)
! 54: weber(I)
! 55: weber(I,1)
! 56: weber(I,2)
! 57: zeta(3)
! 58: \\ A faible precision
! 59: \p 38
! 60: besselk(1+I,1)
! 61: besselk(1+I,1,1)
! 62: erfc(2)
! 63: gamma(10.5)
! 64: hyperu(1,1,1)
! 65: incgam(2,1)
! 66: zeta(0.5+14.1347251*I)
! 67: \\
! 68: getheap
! 69: print("Total time spent: ",gettime);
! 70: \q
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>