Mercurial > hg > octave-lyh
diff scripts/polynomial/deconv.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 | d1978e7364ad |
line wrap: on
line diff
--- a/scripts/polynomial/deconv.m +++ b/scripts/polynomial/deconv.m @@ -27,7 +27,7 @@ ## If @var{y} and @var{a} are polynomial coefficient vectors, @var{b} will ## contain the coefficients of the polynomial quotient and @var{r} will be ## a remainder polynomial of lowest order. -## @seealso{conv, poly, roots, residue, polyval, polyderiv, polyinteg} +## @seealso{conv, poly, roots, residue, polyval, polyderiv, polyint} ## @end deftypefn ## Author: Tony Richardson <arichard@stark.cc.oh.us>