diff scripts/polynomial/polyderiv.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 95c3e38098bf
line wrap: on
line diff
--- a/scripts/polynomial/polyderiv.m
+++ b/scripts/polynomial/polyderiv.m
@@ -26,7 +26,7 @@
 ## is given @var{b} and @var{a}, the derivative of the product is
 ## returned in @var{q}, or the quotient numerator in @var{q} and the
 ## quotient denominator in @var{r}.
-## @seealso{poly, polyinteg, polyreduce, roots, conv, deconv, residue,
+## @seealso{poly, polyint, polyreduce, roots, conv, deconv, residue,
 ## filter, polygcd, polyval, polyvalm}
 ## @end deftypefn