
|
Go to the first, previous, next, last section, table of contents.
- alg(i)
-
:: インデックスに対応する
root を返す.
- return
-
代数的数 (
root )
- i
-
整数
-
root #i を返す.
-
#i はユーザが直接入力できないため, alg(i) と
いう形で入力する.
[2] x+#0;
syntax error
0
[3] alg(0);
(#0)
- 参照
-
section
newalg , section algv
Go to the first, previous, next, last section, table of contents.
|