diff scripts/polynomial/polyint.m @ 13963:663594b481e5

doc: Remove documentation references to deprecated functions cut() and polyderiv() * poly.txi: Remove DOCSTRING for polyderiv(). * stats.txi: Remove DOCSTRING for cut(). * compan.m, deconv.m, mpoles.m, polygcd.m, polyint.m, polyout.m, polyreduce.m, polyval.m, polyvalm.m, residue.m: Remove @seealso reference to polyderiv().
author Rik <octave@nomad.inbox5.com>
date Wed, 30 Nov 2011 10:10:50 -0800
parents 4e9576618df8
children 614505385171
line wrap: on
line diff
--- a/scripts/polynomial/polyint.m
+++ b/scripts/polynomial/polyint.m
@@ -22,7 +22,7 @@
 ## Return the coefficients of the integral of the polynomial whose
 ## coefficients are represented by the vector @var{p}.  The variable
 ## @var{k} is the constant of integration, which by default is set to zero.
-## @seealso{poly, polyderiv, polyreduce, roots, conv, deconv, residue,
+## @seealso{poly, polyder, polyreduce, roots, conv, deconv, residue,
 ## filter, polyval, polyvalm}
 ## @end deftypefn