Mercurial > hg > octave-nkf
diff scripts/polynomial/polyout.m @ 14104:614505385171 stable
doc: Overhaul docstrings for polynomial functions.
* mkpp.m, mpoles.m, pchip.m, poly.m, polyaffine.m, polyder.m, polyfit.m,
polygcd.m, polyint.m, polyout.m, polyreduce.m, polyval.m, polyvalm.m, ppder.m,
ppval.m, residue.m, roots.m, spline.m, unmkpp.m: Improve docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 23 Dec 2011 20:09:27 -0800 |
parents | 663594b481e5 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/polynomial/polyout.m +++ b/scripts/polynomial/polyout.m @@ -31,11 +31,9 @@ ## @end example ## ## @end ifnottex -## and return it as a string or write it to the screen (if -## @var{nargout} is zero). -## @var{x} defaults to the string @code{"s"}. -## @seealso{polyval, polyvalm, poly, roots, conv, deconv, residue, -## filter, polyder, polyint} +## and return it as a string or write it to the screen (if @var{nargout} is +## zero). @var{x} defaults to the string @code{"s"}. +## @seealso{polyreduce} ## @end deftypefn ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>