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


nmono

nmono(rat)
:: Number of monomials in rational expression rat.
return
non-negative integer
rat
rational expression
[0] nmono((x+y)^10);
11
[1] nmono((x+y)^10/(x+z)^10);
22
[2] nmono(sin((x+y)^10));
1
References
section vtype.


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