Mercurial > hg > octave-lyh
diff scripts/polynomial/polyout.m @ 10821:693e22af08ae
Grammarcheck documentation of m-files
Add newlines between @item fields for readability.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 26 Jul 2010 21:25:36 -0700 |
parents | a8ce6bdecce5 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/polynomial/polyout.m +++ b/scripts/polynomial/polyout.m @@ -26,9 +26,11 @@ ## $$ c(x) = c_1 x^n + \ldots + c_n x + c_{n+1} $$ ## @end tex ## @ifnottex +## ## @example ## c(x) = c(1) * x^n + @dots{} + c(n) x + c(n+1) ## @end example +## ## @end ifnottex ## and return it as a string or write it to the screen (if ## @var{nargout} is zero).