Mercurial > hg > octave-lyh
diff src/data.cc @ 9167:1231b1762a9a
Simplify TeXinfo and eliminate use of @iftex in arith.txi
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 01 May 2009 11:37:36 -0700 |
parents | 8c71a86c4bf4 |
children | 41a0fc5c4600 |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -998,15 +998,19 @@ \n\ If called with two output arguments, split @var{x} into\n\ binary mantissa and exponent so that\n\ -@iftex\n\ @tex\n\ ${1 \\over 2} \\le \\left| f \\right| < 1$\n\ @end tex\n\ -@end iftex\n\ @ifnottex\n\ @code{1/2 <= abs(f) < 1}\n\ @end ifnottex\n\ -and @var{e} is an integer. If @code{x = 0}, @code{f = e = 0}.\n\ +and @var{e} is an integer. If\n\ +@tex\n\ +$x = 0$, $f = e = 0$.\n\ +@end tex\n\ +@ifnottex\n\ +@code{x = 0}, @code{f = e = 0}.\n\ +@end ifnottex\n\ @seealso{pow2, log, log10, exp}\n\ @end deftypefn") {