Mercurial > hg > octave-lyh
diff scripts/polynomial/roots.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 | c792872f8942 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/scripts/polynomial/roots.m +++ b/scripts/polynomial/roots.m @@ -50,7 +50,7 @@ ## @example ## @group ## c = [1, 0, -5]; -## roots(c) +## roots (c) ## @result{} 2.2361 ## @result{} -2.2361 ## @end group @@ -70,7 +70,7 @@ ## @ifnottex ## @math{+/- 2.2361}. ## @end ifnottex -## @seealso{compan} +## @seealso{poly, compan, fzero} ## @end deftypefn ## Author: KH <Kurt.Hornik@wu-wien.ac.at>