version 1.20, 2016/08/26 04:56:07 |
version 1.22, 2017/03/28 03:47:36 |
|
|
@comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/misc.texi,v 1.19 2009/02/22 16:40:05 ohara Exp $ |
@comment $OpenXM: OpenXM/src/asir-doc/parts/builtin/misc.texi,v 1.21 2016/08/29 04:56:58 noro Exp $ |
\BJP |
\BJP |
@node $B$=$NB>(B,,, $BAH$_9~$_H!?t(B |
@node $B$=$NB>(B,,, $BAH$_9~$_H!?t(B |
@section $B$=$NB>(B |
@section $B$=$NB>(B |
Line 161 This command will be useful when used with command @co |
|
Line 161 This command will be useful when used with command @co |
|
If `on', floating operations will be done by @b{PARI} system with arbitrary |
If `on', floating operations will be done by @b{PARI} system with arbitrary |
precision floating point operations. |
precision floating point operations. |
Default precision is set to 9 digits. To change the precision, use |
Default precision is set to 9 digits. To change the precision, use |
command @code{setprec}. |
command @code{setbprec setprec}. |
If `off', floating operations will be done by @b{Asir}'s own floating |
If `off', floating operations will be done by @b{Asir}'s own floating |
operation routines with a fixed precision operations of |
operation routines with a fixed precision operations of |
standard floating double. |
standard floating double. |
Line 228 When you use ox_pari, it is recommended to set this fl |
|
Line 228 When you use ox_pari, it is recommended to set this fl |
|
\JP @item $B;2>H(B |
\JP @item $B;2>H(B |
\EG @item References |
\EG @item References |
@fref{cputime tstart tstop}, @fref{output}, |
@fref{cputime tstart tstop}, @fref{output}, |
@fref{pari}, @fref{setprec}, @fref{eval deval}. |
@fref{pari}, @fref{setbprec setprec}, @fref{eval deval}. |
@end table |
@end table |
|
|
\JP @node debug,,, $B$=$NB>(B |
\JP @node debug,,, $B$=$NB>(B |
Line 984 returns the value of @var{function}(@var{arg0},@var{ar |
|
Line 984 returns the value of @var{function}(@var{arg0},@var{ar |
|
@findex flist |
@findex flist |
|
|
@table @t |
@table @t |
@item flist() |
@item flist([mname]) |
\JP :: $B8=:_Dj5A$5$l$F$$$kH!?tL>$rJ8;zNs%j%9%H$H$7$FJV$9(B. |
\JP :: $B8=:_Dj5A$5$l$F$$$kH!?tL>$rJ8;zNs%j%9%H$H$7$FJV$9(B. |
\EG :: Returns the list of function names currently defined. |
\EG :: Returns the list of function names currently defined. |
|
@item mname |
|
\JP $B%b%8%e!<%kL>(B |
|
\EG a module name |
@end table |
@end table |
|
|
@table @var |
@table @var |
Line 999 returns the value of @var{function}(@var{arg0},@var{ar |
|
Line 1002 returns the value of @var{function}(@var{arg0},@var{ar |
|
\BJP |
\BJP |
@item |
@item |
$B8=:_Dj5A$5$l$F$$$kAH$_9~$_H!?t(B, $B%f!<%6Dj5AH!?t$NH!?tL>$rJ8;zNs%j%9%H(B |
$B8=:_Dj5A$5$l$F$$$kAH$_9~$_H!?t(B, $B%f!<%6Dj5AH!?t$NH!?tL>$rJ8;zNs%j%9%H(B |
$B$H$7$FJV$9(B. |
$B$H$7$FJV$9(B. $B%b%8%e!<%kL>$,;XDj$5$l$?>l9g(B, $B$=$N%b%8%e!<%k$GDj5A$5$l$F$$$k(B |
|
$B4X?tL>$N$_$rJV$9(B. |
@item |
@item |
$B%7%9%F%`H!?t$N8e$K%f!<%6Dj5AH!?t$,B3$/(B. |
$B%7%9%F%`H!?t$N8e$K%f!<%6Dj5AH!?t$,B3$/(B. |
\E |
\E |
Line 1007 returns the value of @var{function}(@var{arg0},@var{ar |
|
Line 1011 returns the value of @var{function}(@var{arg0},@var{ar |
|
@item |
@item |
Returns the list of names of built-in functions and user defined functions |
Returns the list of names of built-in functions and user defined functions |
currently defined. The return value is a list of character strings. |
currently defined. The return value is a list of character strings. |
|
If a module name is specified, only the names of functions defined in the module |
|
are returned. |
@item |
@item |
The names of built-in functions are followed by those of user defined |
The names of built-in functions are followed by those of user defined |
functions. |
functions. |