Mercurial > hg > octave-nkf
diff scripts/polynomial/polyvalm.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 | 1bf0ce0930be |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/polynomial/polyvalm.m +++ b/scripts/polynomial/polyvalm.m @@ -28,7 +28,7 @@ ## ## The argument @var{x} must be a square matrix. ## @seealso{polyval, poly, roots, conv, deconv, residue, filter, -## polyderiv, polyinteg} +## polyderiv, polyint} ## @end deftypefn ## Author: Tony Richardson <arichard@stark.cc.oh.us>