Go to the first, previous, next, last section, table of contents.


nmono

nmono(rat)
:: rat の単項式の項数.
return
自然数
rat
有理式
[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.