Mercurial > hg > octave-lyh
diff scripts/polynomial/polyout.m @ 9211:f0c3d3fc4903
Simplify Texinfo documentation in .m scripts by removing redundant @iftex calls
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 17 May 2009 14:39:39 -0700 |
parents | 1bf0ce0930be |
children | f6e0404421f4 |
line wrap: on
line diff
--- a/scripts/polynomial/polyout.m +++ b/scripts/polynomial/polyout.m @@ -20,11 +20,9 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} polyout (@var{c}, @var{x}) ## Write formatted polynomial -## @iftex ## @tex ## $$ c(x) = c_1 x^n + \ldots + c_n x + c_{n+1} $$ ## @end tex -## @end iftex ## @ifnottex ## @example ## c(x) = c(1) * x^n + @dots{} + c(n) x + c(n+1)