[BACK]Return to m.oxweave CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc

Diff for /OpenXM/src/asir-contrib/packages/doc/Attic/m.oxweave between version 1.2 and 1.3

version 1.2, 2003/05/20 23:25:28 version 1.3, 2003/07/16 05:36:24
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/m.oxweave,v 1.1 2003/05/19 05:15:52 takayama Exp $ */  /* $OpenXM: OpenXM/src/asir-contrib/packages/doc/m.oxweave,v 1.2 2003/05/20 23:25:28 takayama Exp $ */
 /* Use oxweave to generate documents on this source code  /* Use oxweave to generate documents on this source code
    Use iso-2022 to write this file. No default use of GL and GR is allowed.     Use iso-2022 to write this file. No default use of GL and GR is allowed.
 */  */
Line 235  mathematica.complex(2.3 , 4.55)
Line 235  mathematica.complex(2.3 , 4.55)
 [362] mathematica.tree_to_string(["Plus",["Complex",1.2,3.5],1/2]);  [362] mathematica.tree_to_string(["Plus",["Complex",1.2,3.5],1/2]);
 (mathematica.complex(1.2 , 3.5))+(1/2)  (mathematica.complex(1.2 , 3.5))+(1/2)
 [380] eval_str(@@);  [380] eval_str(@@);
 (1.7+3.5*@i)  (1.7+3.5*@@i)
 @end example  @end example
 */  */
 /*&jp-texi  /*&jp-texi
Line 318  This function makes this sort of translations.
Line 318  This function makes this sort of translations.
 /*&C-texi  /*&C-texi
 @example  @example
 [259] mathematica.rtomstr([1,2,3]);  [259] mathematica.rtomstr([1,2,3]);
 {1,2,3}  @{1,2,3@}
 [260] mathematica.rtomstr([[1,x,x^2],[1,y,y^2]]);  [260] mathematica.rtomstr([[1,x,x^2],[1,y,y^2]]);
 @{@{1,x,x^2@},@{1,y,y^2@}@}  @{@{1,x,x^2@},@{1,y,y^2@}@}
 @end example  @end example

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>