Mercurial > hg > octave-nkf
diff scripts/polynomial/polyreduce.m @ 3457:e031284eea27
[project @ 2000-01-19 08:49:56 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jan 2000 08:50:14 +0000 |
parents | f8dde1807dee |
children | b0d6c6e84d56 |
line wrap: on
line diff
--- a/scripts/polynomial/polyreduce.m +++ b/scripts/polynomial/polyreduce.m @@ -22,9 +22,8 @@ ## Reduces a polynomial coefficient vector to a minimum number of terms by ## stripping off any leading zeros. ## @end deftypefn - -## SEE ALSO: poly, roots, conv, deconv, residue, filter, polyval, polyvalm, -## polyderiv, polyinteg +## @seealso{poly, roots, conv, deconv, residue, filter, polyval, +## polyvalm, polyderiv, and polyinteg} ## Author: Tony Richardson <arichard@stark.cc.oh.us> ## Created: June 1994