Mercurial > hg > octave-nkf
diff scripts/polynomial/polyreduce.m @ 10224:f6e0404421f4
point to polyint in @seealso, not polyinteg
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 29 Jan 2010 12:52:32 -0500 |
parents | eb63fbe60fab |
children | c776f063fefe |
line wrap: on
line diff
--- a/scripts/polynomial/polyreduce.m +++ b/scripts/polynomial/polyreduce.m @@ -22,7 +22,7 @@ ## Reduces a polynomial coefficient vector to a minimum number of terms by ## stripping off any leading zeros. ## @seealso{poly, roots, conv, deconv, residue, filter, polyval, -## polyvalm, polyderiv, polyinteg} +## polyvalm, polyderiv, polyint} ## @end deftypefn ## Author: Tony Richardson <arichard@stark.cc.oh.us>