Annotation of OpenXM_contrib/pari/src/test/32/graph, Revision 1.1
1.1 ! maekawa 1: realprecision = 38 significant digits
! 2: echo = 1 (on)
! 3: ? plotinit(0,500,500)
! 4: ? plotmove(0,0,0);plotbox(0,500,500)
! 5: ? plotmove(0,200,150)
! 6: ? plotcursor(0)
! 7: [200, 150]
! 8: ? psdraw([0,0,0])
! 9: ? plotinit(1,700,700)
! 10: ? plotkill(1)
! 11: ? plotmove(0,0,900);plotlines(0,900,0)
! 12: ? plotlines(0,vector(5,k,50*k),vector(5,k,10*k*k))
! 13: ? plotmove(0,243,583);plotcursor(0)
! 14: [243, 583]
! 15: ? plot(x=-5,5,sin(x))
! 16:
! 17: 0.9995545 x""x_''''''''''''''''''''''''''''''''''_x""x'''''''''''''''''''|
! 18: | x _ "_ |
! 19: | x _ _ |
! 20: | x _ |
! 21: | _ " |
! 22: | " x |
! 23: | x _ |
! 24: | " |
! 25: | " x _ |
! 26: | _ |
! 27: | " x |
! 28: ````````````x``````````````````_````````````````````````````````
! 29: | " |
! 30: | " x _ |
! 31: | _ |
! 32: | " x |
! 33: | x _ |
! 34: | _ " |
! 35: | " x |
! 36: | " " x |
! 37: | "_ " x |
! 38: -0.999555 |...................x__x".................................."x__x
! 39: -5 5
! 40: ? plotpoints(0,225,334)
! 41: ? plotpoints(0,vector(10,k,10*k),vector(10,k,5*k*k))
! 42: ? psdraw([0,20,20])
! 43: ? psploth(x=-5,5,sin(x))
! 44: [-5.0000000000000000000000000000000000000, 5.0000000000000000000000000000000
! 45: 000000, -0.99999641075647216492683355600000000000, 0.99999641075647216492683
! 46: 355600000000000]
! 47: ? psploth(t=0,2*Pi,[sin(5*t),sin(7*t)],1,100)
! 48: [-0.99987412767387506828953291900000000000, 0.999874127673875068289532919000
! 49: 00000000, -0.99987412767387506828953291900000000000, 0.999874127673875068289
! 50: 53291900000000000]
! 51: ? psplothraw(vector(100,k,k),vector(100,k,k*k/100))
! 52: [1.0000000000000000000000000000000000000, 100.000000000000000000000000000000
! 53: 00000, 0.010000000000000000208166817100000000000, 100.0000000000000000000000
! 54: 0000000000000]
! 55: ? plotmove(0,50,50);plotrbox(0,50,50)
! 56: ? plotrline(0,200,150)
! 57: ? plotcursor(0)
! 58: [250, 200]
! 59: ? plotrmove(0,5,5);plotcursor(0)
! 60: [255, 205]
! 61: ? plotrpoint(0,20,20)
! 62: ? plotinit(3,600,600);plotscale(3,-7,7,-2,2);plotcursor(3)
! 63: [-7, 2]
! 64: ? plotmove(0,100,100);plotstring(0,Pi)
! 65: ? plotmove(0,200,200);plotstring(0,"(0,0)")
! 66: ? psdraw([0,10,10])
! 67: ? getheap
! 68: [9, 153]
! 69: ? print("Total time spent: ",gettime);
! 70: Total time spent: 399
! 71: ? \q
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>