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

Diff for /OpenXM/src/asir-contrib/packages/doc/ox_pari/ox_pari-ja.texi between version 1.1 and 1.2

version 1.1, 2020/08/27 06:02:13 version 1.2, 2020/08/27 11:05:27
Line 1 
Line 1 
 %% $OpenXM$  %% $OpenXM: OpenXM/src/asir-contrib/packages/doc/ox_pari/ox_pari-ja.texi,v 1.1 2020/08/27 06:02:13 takayama Exp $
 %% debug に ln -s ../texinfo-ja.tex . をしておく.  %% debug に ln -s ../texinfo-ja.tex . をしておく.
 %% xetex ox_pari-ja.texi   (.texi までつける. )  %% xetex ox_pari-ja.texi   (.texi までつける. )
 %% 以下コメントは @comment で始める.  \input texinfo 以降は普通の tex 命令は使えない.  %% 以下コメントは @comment で始める.  \input texinfo 以降は普通の tex 命令は使えない.
Line 126  Pari 函数への引数
Line 126  Pari 函数への引数
 @comment --- @bullet は黒点付き ---  @comment --- @bullet は黒点付き ---
 @itemize @bullet  @itemize @bullet
 @item  @item
   ox_pari サーバーは自動的にスタートする. サーバの番号を得たい場合は
   ctrl("oxpari_id") または
   ox_get_serverinfo() 函数を用いる.
   ox_pari サーバへ中断命令, shutdown 命令を送るには
   ox_reset(サーバ番号), ox_shutdown(サーバ番号).
   これらの函数については Risa/Asir マニュアルを参照
   (たとえば @uref{http://www.openxm.org} の文書(documents)).
   @item
 pari library の函数の解説は @uref{https://pari.math.u-bordeaux.fr/dochtml/html/} を参照.  pari library の函数の解説は @uref{https://pari.math.u-bordeaux.fr/dochtml/html/} を参照.
 @item  @item
 下記のテーブルに記載されている library 函数を呼び出せる. gp での函数名と異なってる場合があるので注意.  下記のテーブルに記載されている pari version 2.11.4 の library 函数を呼び出せる. gp での函数名と異なってる場合があるので注意.
 @end itemize  @end itemize
   
 @comment OpenXM/src/ox_pari/pari_ftab.c を取り込む.  @comment OpenXM/src/ox_pari/pari_ftab.c を取り込む.
Line 285  kerint についての情報は
Line 293  kerint についての情報は
 @comment --- 参照(リンク)を書く ---  @comment --- 参照(リンク)を書く ---
 @table @t  @table @t
 @item 参照  @item 参照
 @comment @ref{pari}  @comment @ref{ox_get_serverinfo}
 @end table  @end table
   
 @comment --- ChangeLog を書く. ソースコードの位置. 変更日時 など CVSサーバを見るため  @comment --- ChangeLog を書く. ソースコードの位置. 変更日時 など CVSサーバを見るため
Line 295  ChangeLog
Line 303  ChangeLog
 @item  @item
  OpenXM/src/ox_pari/pari_ftab.c に呼び出し可能な函数のテーブルがある.   OpenXM/src/ox_pari/pari_ftab.c に呼び出し可能な函数のテーブルがある.
 @end itemize  @end itemize
   
   
   
 @comment --- おまじない ---  @comment --- おまじない ---

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

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