=================================================================== RCS file: /home/cvs/OpenXM/src/asir-doc/parts/builtin/num.texi,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- OpenXM/src/asir-doc/parts/builtin/num.texi 2001/03/12 05:01:19 1.4 +++ OpenXM/src/asir-doc/parts/builtin/num.texi 2002/09/03 01:50:59 1.7 @@ -1,4 +1,4 @@ -@comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/num.texi,v 1.3 2000/01/13 08:29:57 noro Exp $ +@comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/num.texi,v 1.6 2002/08/08 05:24:37 noro Exp $ \BJP @node 数の演算,,, 組み込み函数 @section 数の演算 @@ -419,7 +419,7 @@ function @findex random @table @t -@item radom([@var{seed}]) +@item random([@var{seed}]) \JP :: 乱数を生成する. @end table @@ -482,7 +482,7 @@ one can trace a single random number sequence arcoss m @findex lrandom @table @t -@item lradom(@var{bit}) +@item lrandom(@var{bit}) \JP :: 多倍長乱数を生成する. \EG :: Generates a long random number. @end table @@ -727,7 +727,7 @@ These functions works also for polynomials with comple @code{deval} は倍精度浮動小数を結果として @code{eval} の場合, 有理数はそのまま残る. @item -@code{eval} においては, 計算は @b{PARI} (@xref{pari}) が行う. +@code{eval} においては, 計算は @b{PARI} (@ref{pari}) が行う. @code{deval} においては, 計算は C 数学ライブラリの関数を用いて行う. @item @code{deval} は複素数は扱えない. @@ -735,7 +735,7 @@ These functions works also for polynomials with comple @code{eval} においては, @var{prec} を指定した場合, 計算は, 10 進 @var{prec} 桁程度で行われる. @var{prec} の指定がない場合, 現在設定されている精度で行われる. -(@xref{setprec}) +(@xref{setprec}.) @item @table @t @item 扱える函数は, 次の通り. @@ -770,7 +770,7 @@ possible. double float. Rational numbers remain unchanged in results from @code{eval}. @item In @code{eval} the computation is done -by @b{PARI} (@xref{pari}). In @code{deval} the computation is +by @b{PARI}. (@xref{pari}.) In @code{deval} the computation is done by the C math library. @item @code{deval} cannot handle complex numbers. @@ -778,7 +778,7 @@ done by the C math library. When @var{prec} is specified, computation will be performed with a precision of about @var{prec}-digits. If @var{prec} is not specified, computation is performed with the -precision set currently. (@xref{setprec}) +precision set currently. (@xref{setprec}.) @item Currently available numerical functions are listed below. Note they are only a small part of whole @b{PARI} functions. @@ -983,7 +983,6 @@ For details of individual functions, refer to the @b{P @code{lngamma}, @code{logagm}, @code{mat}, -@code{matinvr}, @code{matrixqz2}, @code{matrixqz3}, @code{matsize}, @@ -1098,7 +1097,7 @@ We will improve @b{Asir} so that it can provide more f 引数がある場合, @b{bigfloat} の桁数を @var{n} 桁に設定する. 引数のあるなしにかかわらず, 以前に設定されていた値を返す. @item -@b{bigfloat} の計算は @b{PARI} (@xref{pari}) によって行われる. +@b{bigfloat} の計算は @b{PARI} (@ref{pari}) によって行われる. @item @b{bigfloat} での計算に対し有効である. @b{bigfloat} の flag を on にする方法は, @code{ctrl} を参照. @@ -1114,7 +1113,7 @@ The return value is always the previous precision in d the existence of an argument. @item -@b{Bigfloat} operations are done by @b{PARI}. (@xref{pari}) +@b{Bigfloat} operations are done by @b{PARI}. (@xref{pari}.) @item This is effective for computations in @b{bigfloat}. Refer to @code{ctrl()} for turning on the `@b{bigfloat} flag.'