Mercurial > hg > octave-lyh
diff scripts/general/logspace.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 | a8ce6bdecce5 |
line wrap: on
line diff
--- a/scripts/general/logspace.m +++ b/scripts/general/logspace.m @@ -21,39 +21,31 @@ ## @deftypefn {Function File} {} logspace (@var{base}, @var{limit}, @var{n}) ## Similar to @code{linspace} except that the values are logarithmically ## spaced from -## @iftex ## @tex ## $10^{base}$ to $10^{limit}$. ## @end tex -## @end iftex ## @ifnottex ## 10^base to 10^limit. ## @end ifnottex ## ## If @var{limit} is equal to -## @iftex ## @tex ## $\pi$, ## @end tex -## @end iftex ## @ifnottex ## pi, ## @end ifnottex ## the points are between -## @iftex ## @tex ## $10^{base}$ and $\pi$, ## @end tex -## @end iftex ## @ifnottex ## 10^base and pi, ## @end ifnottex ## @emph{not} -## @iftex ## @tex ## $10^{base}$ and $10^{\pi}$, ## @end tex -## @end iftex ## @ifnottex ## 10^base and 10^pi, ## @end ifnottex