Go to the first, previous, next, last section, table of contents.
- nmono(rat)
-
:: rat の単項式の項数.
- return
-
自然数
- rat
-
有理式
-
多項式を展開した状態での 0 でない係数を持つ単項式の項数を求める.
-
有理式の場合は, 分子と分母の項数の和が返される.
-
函数形式 (See section 不定元の型) は, 引数が何であっても単項とみなされる. (1 個の不定元と同じ. )
[0] nmono((x+y)^10);
11
[1] nmono((x+y)^10/(x+z)^10);
22
[2] nmono(sin((x+y)^10));
1
- 参照
-
section
vtype
.
Go to the first, previous, next, last section, table of contents.