[BACK]Return to exp-ja.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-doc / exp

Diff for /OpenXM/src/asir-doc/exp/exp-ja.texi between version 1.12 and 1.14

version 1.12, 2004/07/07 02:58:45 version 1.14, 2004/07/10 05:50:57
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.11 2004/06/30 09:30:44 ohara Exp $  %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.13 2004/07/09 02:17:45 takayama Exp $
 \input texinfo  \input texinfo
 @iftex  @iftex
 @catcode`@#=6  @catcode`@#=6
Line 120  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
Line 120  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
 * mapat::  * mapat::
 * set_print_function::  * set_print_function::
 * small_jacobi::  * small_jacobi::
   * flatten_quote::
 @end menu  @end menu
   
 @comment --- $B"~"~"~"~(B  $B4X?t(B quotetotex, quotetotex_env $B$N@bL@(B $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B4X?t(B quotetotex, quotetotex_env $B$N@bL@(B $B"~"~"~"~(B
Line 1067  http://members.jcom.home.ne.jp/yokolabo/asirlib/  
Line 1068  http://members.jcom.home.ne.jp/yokolabo/asirlib/  
 @end table  @end table
   
 @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B  @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B
 @comment --- openxm $B$N30It$+$i$N4sM?$b=R$Y$k(B. Credit.  
 @noindent  @noindent
 ChangeLog  ChangeLog
 @itemize @bullet  @itemize @bullet
 @item $B$3$N4X?t$O(B 2004-3-1 $B$+$i(B 2004-3-14 $B$K$+$1$F(B $B%"%k%4%j%:%`(B xyz ($BO@J8(B  @item $B$3$N4X?t$NM3Mh$OITL@(B.
  http://www.afo.org/xyz.pdf ) $B$rMQ$$$F=q$-D>$5$l$?(B.  
  $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B xxxyy.rr, ppp.c $B$G$"$k(B.  
 @item $B$3$N4X?t$O(B 2000 $B:"$K$O$8$a$F$N%P!<%8%g%s$,=q$+$l$?(B. $B%=!<%9$O(B ppp.c $B$G$"$k(B.  
 @end itemize  @end itemize
   
   
   @node quote_flatten,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{quote_flatten}
   @findex quote_flatten
   
   @comment --- $B4X?t$N4JC1$J@bL@(B ---
   @table @t
   @item quote_flatten(@var{q},@var{op})
   :: quote $B$N3g8L$r$H$j$5$k(B.
   @end table
   
   @table @var
   @item return
   Quote
   @item q
   Quote
   @item op
   $B1i;;;R$rI=$9J8;zNs(B.
   @end table
   
   @itemize @bullet
   @item
   Quote $B7?$N%G!<%?$OLZ9=B$$r$7$F$$$k(B
   ( quotetolist $B;2>H(B ).
   @code{quote_flatten()} $B$O(B, @var{q} $B$NCf$K$"$i$l$k1i;;;R(B @var{op}
   $B$N;R6!%N!<%I$rJ?Ey$K$9$k(B.
   $B$D$^$j1i;;;R(B @var{op} $B$K4X$9$k3g8L$E$1$,$"$C$?>l9g$=$l$r$9$Y$F$H$j$5$k(B.
   $B$?$H$($P(B (1+2)+(3+4) $B$H$$$&I=8=$r(B 1+2+3+4 $B$KJQ49$9$k(B.
   @item
    $B8=:_$N<BAu$G$O(B n-ary $B$N1i;;;R$ODj5A$5$l$F$$$J$$$N$G(B,
    1+2+3 $B$O<B$O(B (1+2)+3 $B$HI=8=$5$l$F$$$k(B.
    $B$D$^$j(B + $B1i;;;R$O:87k9gE*$G$"$k(B.
   @end itemize
   
   @example
   [1288] flatten_quote(quote((1+2)+(3+4*(x+3))),"+");
   quote(1+2+3+4*(x+3))
   [1289] flatten_quote(quote( (x*y)*(p*3)-(x*y)*z),"*");
   quote(x*y*p*3-x*y*z)
   [1290] quotetolist(quote(1+2+3));
   [b_op,+,[b_op,+,[internal,1],[internal,2]],[internal,3]]
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{quotetolist}, @ref{print_tex_form}(contrib)
   @end table
   
   @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B
   @noindent
   ChangeLog
   @itemize @bullet
   @item
    $B$3$N4X?t$O(B 2004-7-7 $B$+$i(B 2004-7-8 $B$K$+$1$F(B
    quote $B$K4X$9$kA`:n$r8&5f$9$k$?$a$K<B83E*$K=q$+$l$?(B.
    OpenXM/fb $B$GC_@Q$5$l$?8x<0$NITMW$J3g8L$r$H$j$O$:$7(B, tex $B7A<0$KJQ49$9$k$N$K(B
    $B1~MQ(B.
   @item
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B
    builtin/strobj.c 1.47,
    parse/eval.c 1.35,
    parse/parse.h 1.31,
    parse/quote.c 1.14--1.16.
   @end itemize
   
   @node assoc,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{assoc}
   @findex assoc
   
   @comment --- $B4X?t$N4JC1$J@bL@(B ---
   @table @t
   @item assoc(@var{a},@var{b})
   :: $BO"A[%j%9%H$r$D$/$k(B
   @end table
   
   @table @var
   @item return
   List
   @item a
   List
   @item b
   List
   @end table
   
   @itemize @bullet
   @item $B%j%9%H(B @var{a}, @var{b} $B$h$j(B
   [[@var{a}[0],@var{b}[0]], [@var{a}[1],@var{b}[1]], ...]
   $B$J$k?7$7$$%j%9%H$r@8@.$9$k(B.
   @end itemize
   
   $B2<$NNc$G$O(B @code{A} $B$KF0J*$NL>A0$,(B,
   @code{B} $B$KB-$NK\?t$,F~$C$F$$$k(B.
   @code{assoc(A,B)} $B$GF0J*$HB-$NK\?t$r%Z%"$K$7$?%j%9%H$r@8@.$9$k(B.
   
   @example
   [1192]  A=["dog","cat","snake"];
   [dog,cat,snake]
   [1193] B=[4,4,0];
   [4,4,0]
   [1194] assoc(A,B);
   [[dog,4],[cat,4],[snake,0]]
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{cons}, @ref{append}
   @end table
   
   @comment --- ChangeLog $B$r=q$/(B. $BF05!(B. $B%=!<%9%3!<%I$N0LCV(B. $BJQ99F|;~(B $B$J$I(B CVS$B%5!<%P$r8+$k$?$a(B
   @noindent
   ChangeLog
   @itemize @bullet
   @item
    $B$3$N4X?t$O(B 2004-6-28 $B$K=q$+$l$?(B.
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B
    builtin/list.c 1.9
    parse/eval.c 1.35,
    parse/parse.h 1.31,
    parse/quote.c 1.14--1.16.
   @end itemize
   
   
 @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B
   
 @comment $B?7$7$$4X?t$N@bL@$r=q$/$?$a$N%F%s%W%l!<%H$G$"$k(B. $B>C$9$J(B.  @comment $B?7$7$$4X?t$N@bL@$r=q$/$?$a$N%F%s%W%l!<%H$G$"$k(B. $B>C$9$J(B.

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.14

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