=================================================================== RCS file: /home/cvs/OpenXM/src/asir-doc/parts/type.texi,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- OpenXM/src/asir-doc/parts/type.texi 2003/04/19 15:44:57 1.11 +++ OpenXM/src/asir-doc/parts/type.texi 2003/04/20 08:01:27 1.12 @@ -1,4 +1,4 @@ -@comment $OpenXM: OpenXM/src/asir-doc/parts/type.texi,v 1.10 2003/04/19 10:36:30 noro Exp $ +@comment $OpenXM: OpenXM/src/asir-doc/parts/type.texi,v 1.11 2003/04/19 15:44:57 noro Exp $ \BJP @node 型,,, Top @chapter 型 @@ -207,7 +207,8 @@ on the whole value of that vector. [1] for (I=0;I<3;I++)A3[I] = newvect(3); [2] for (I=0;I<3;I++)for(J=0;J<3;J++)A3[I][J]=newvect(3); [3] A3; -[ [ [ 0 0 0 ] [ 0 0 0 ] [ 0 0 0 ] ] [ [ 0 0 0 ] [ 0 0 0 ] [ 0 0 0 ] ] +[ [ [ 0 0 0 ] [ 0 0 0 ] [ 0 0 0 ] ] +[ [ 0 0 0 ] [ 0 0 0 ] [ 0 0 0 ] ] [ [ 0 0 0 ] [ 0 0 0 ] [ 0 0 0 ] ] ] [4] A3[0]; [ [ 0 0 0 ] [ 0 0 0 ] [ 0 0 0 ] ] @@ -476,7 +477,7 @@ The default precision is about 9 digits, which can be [2] setprec(100); 9 [3] eval(2^(1/2)); -1.41421356237309504880168872420969807856967187537694807317654396116148 +1.41421356237309504880168872420969807856967187537694807317... @end example \BJP