Mercurial > hg > octave-nkf
diff scripts/polynomial/polyderiv.m @ 5053:c08cb1098afc
[project @ 2004-10-19 23:10:54 by jwe]
author | jwe |
---|---|
date | Tue, 19 Oct 2004 23:10:55 +0000 |
parents | 22bd65326ec1 |
children | 8eaef366ab43 |
line wrap: on
line diff
--- a/scripts/polynomial/polyderiv.m +++ b/scripts/polynomial/polyderiv.m @@ -22,6 +22,7 @@ ## Return the coefficients of the derivative of the polynomial whose ## coefficients are given by vector @var{c}. ## @end deftypefn +## ## @seealso{poly, polyinteg, polyreduce, roots, conv, deconv, residue, ## filter, polyval, and polyvalm}