Mercurial > hg > octave-lyh
diff scripts/polynomial/residue.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 | f0c3d3fc4903 |
children | 693e22af08ae |
line wrap: on
line diff
--- a/scripts/polynomial/residue.m +++ b/scripts/polynomial/residue.m @@ -136,7 +136,7 @@ ## @end group ## @end example ## @end ifnottex -## @seealso{poly, roots, conv, deconv, mpoles, polyval, polyderiv, polyinteg} +## @seealso{poly, roots, conv, deconv, mpoles, polyval, polyderiv, polyint} ## @end deftypefn ## Author: Tony Richardson <arichard@stark.cc.oh.us>