Mercurial > hg > octave-nkf
diff scripts/polynomial/polyderiv.m @ 5642:2618a0750ae6
[project @ 2006-03-06 21:26:48 by jwe]
author | jwe |
---|---|
date | Mon, 06 Mar 2006 21:26:54 +0000 |
parents | 4c8a2e4e0717 |
children | 34f96dd5441b |
line wrap: on
line diff
--- a/scripts/polynomial/polyderiv.m +++ b/scripts/polynomial/polyderiv.m @@ -26,9 +26,9 @@ ## is given @var{b} and @var{a}, the derivative of the product is ## returned in @var{q}, or the quotient numerator in @var{q} and the ## quotient denominator in @var{r}. +## @seealso{poly, polyinteg, polyreduce, roots, conv, deconv, residue, +## filter, polygcd, polyval, polyvalm} ## @end deftypefn -## @seealso{poly, polyinteg, polyreduce, roots, conv, deconv, residue, -## filter, polygcd, polyval, and polyvalm} ## Author: Tony Richardson <arichard@stark.cc.oh.us> ## Created: June 1994