[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.7 and 1.8

version 1.7, 2004/04/16 02:28:40 version 1.8, 2004/06/23 08:52:18
Line 1 
Line 1 
 %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.6 2004/04/16 01:57:51 takayama Exp $  %% $OpenXM: OpenXM/src/asir-doc/exp/exp-ja.texi,v 1.7 2004/04/16 02:28:40 takayama Exp $
 \input texinfo  \input texinfo
 @iftex  @iftex
 @catcode`@#=6  @catcode`@#=6
Line 116  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
Line 116  ChangeLog $B$N9`L\$O(B www.openxm.org $B$N(B cvswe
 * dp_initial_term::  * dp_initial_term::
 * dp_order::  * dp_order::
 * dp_weyl_gr_main::  * dp_weyl_gr_main::
   * list::
   * mapat::
 @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 884  builtin/dp-supp.c 1.32
Line 886  builtin/dp-supp.c 1.32
 builtin/dp.c 1.49  builtin/dp.c 1.49
 @end itemize  @end itemize
   
   
   @comment  mapat
   @node mapat,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{mapat}
   @findex mapat
   
   @table @t
   @item mapat(@var{fname},@var{pos}[,@var{arg0}, @var{arg1}, ...])
   :: @var{pos} $B$KBP$9$k(B map $B4X?t(B
   @end table
   
   @table @var
   @item return
   $B%*%V%8%'%/%H(B
   @item pos
   $B@0?t(B
   @item arg0, arg1, arg2, ...
   $B%*%V%8%'%/%H(B
   @end table
   
   @itemize @bullet
   @item
   @code{map} $B4X?t$O(B 0 $BHVL\$N0z?t$KBP$7$F$7$+F0:n$7$J$$$,(B, @code{mapat}
   $B4X?t$O;XDj$7$?HV9f$N0z?t$KBP$7$F(B @code{map} $B4X?t$r<B9T$9$k(B.
   @item
   @code{mapat(fname,0,A0,A1,...)} $B$O(B
   @code{map(fname,A0,A1,...)} $B$KEy2A$G$"$k(B.
   @item
   $B<!$NI{:nMQ$,$"$k(B. $B$^$@=q$$$F$J$$(B.
   @end itemize
   
   @example
   [219] mapat(deg,1,x^2+y^3+x+y,[x,y]);
   [2,3]
   [220] mapat(subst,1,x+y+z,[x,y,z],2)
   [y+z+1,x+z+1,x+y+1]
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{map}
   @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 --- openxm $B$N30It$+$i$N4sM?$b=R$Y$k(B. Credit.
   @noindent
   ChangeLog
   @itemize @bullet
   @item $B$3$N4X?t$O(B 2004-6-22 $B$K%3%_%C%H$5$l$?(B.
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/pf.c, subst.c $B$G$"$k(B.
   @end itemize
   
   @comment  list
   @node list,,, $B<B83E*;EMM$N4X?t(B
   @subsection @code{list}
   @findex list
   
   @table @t
   @item list([@var{arg0}, @var{arg1}, ...])
   :: list $B$r@8@.$9$k(B.
   @end table
   
   @table @var
   @item return
   $B%j%9%H(B
   @item arg0, arg1, arg2, ...
   $B%*%V%8%'%/%H(B
   @end table
   
   @itemize @bullet
   @item
   @var{arg0}, @var{arg1}, ... $B$rMWAG$H$9$k%j%9%H$r@8@.$9$k(B.
   @end itemize
   
   @example
   [219] list(1,2,3);
   [1,2,3]
   [220] list(1,2,[3,4]);
   [1,2,[3,4]]
   @end example
   
   @table @t
   @item $B;2>H(B
   @ref{cons}
   @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 --- openxm $B$N30It$+$i$N4sM?$b=R$Y$k(B. Credit.
   @noindent
   ChangeLog
   @itemize @bullet
   @item $B$3$N4X?t$O(B 2004-6-22 $B$K%3%_%C%H$5$l$?(B.
    $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B builtin/list.c $B$G$"$k(B.
   @end itemize
   
   
   
   @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.
 @comment --- $B"~"~"~"~(B  $B4X?t(B syz_pqr, xyz_stu $B$N@bL@(B $B"~"~"~"~(B  @comment --- $B"~"~"~"~(B  $B4X?t(B syz_pqr, xyz_stu $B$N@bL@(B $B"~"~"~"~(B
 @comment --- $BJ#?t$N4X?t$r$^$H$a$F@bL@$9$kNc(B ---  @comment --- $BJ#?t$N4X?t$r$^$H$a$F@bL@$9$kNc(B ---
Line 944  ChangeLog
Line 1045  ChangeLog
  $BJQ99$r$&$1$?%=!<%9%3!<%I$O(B xxxyy.rr, ppp.c $B$G$"$k(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.  @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
   
   
   
 @comment --- $B"~"~"~"~(B  $B0J2<B>$N4X?t$K$D$$$F??;w$7$F5-=R$9$k(B. $B"~"~"~"~(B  
   
   
 @comment --- $B$*$^$8$J$$(B ---  @comment --- $B$*$^$8$J$$(B ---
 @node Index,,, Top  @node Index,,, Top

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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