Mercurial > hg > octave-lyh
diff scripts/polynomial/conv.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 | 38a0f9dc0ab4 |
children | 4558aad4c41d |
line wrap: on
line diff
--- a/scripts/polynomial/conv.m +++ b/scripts/polynomial/conv.m @@ -25,7 +25,7 @@ ## @code{length (a) + length (b) - 1}. ## If @var{a} and @var{b} are polynomial coefficient vectors, @code{conv} ## returns the coefficients of the product polynomial. -## @seealso{deconv, poly, roots, residue, polyval, polyderiv, polyinteg} +## @seealso{deconv, poly, roots, residue, polyval, polyderiv, polyint} ## @end deftypefn ## Author: Tony Richardson <arichard@stark.cc.oh.us>