Mercurial > hg > octave-lyh
diff scripts/polynomial/polyout.m @ 8517:81d6ab3ac93c
Allow documentation tobe built for other formats than tex and info
author | sh@sh-laptop |
---|---|
date | Wed, 14 Jan 2009 20:44:25 -0500 |
parents | 6f2d95255911 |
children | 6d15bc6c4c15 |
line wrap: on
line diff
--- a/scripts/polynomial/polyout.m +++ b/scripts/polynomial/polyout.m @@ -25,11 +25,11 @@ ## $$ c(x) = c_1 x^n + \ldots + c_n x + c_{n+1} $$ ## @end tex ## @end iftex -## @ifinfo +## @ifnottex ## @example ## c(x) = c(1) * x^n + ... + c(n) x + c(n+1) ## @end example -## @end ifinfo +## @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"}.