comparison src/DLD-FUNCTIONS/gammainc.cc @ 9758:09da0bd91412

Periodic grammar check of Octave documentation files to ensure common format Use double spaces after a period at start of new sentence Do not use @iftex blocks where @tex block is sufficient
author Rik <rdrider0-list@yahoo.com>
date Fri, 23 Oct 2009 09:28:14 -0700
parents 7c02ec148a3c
children 40dfc0c99116
comparison
equal deleted inserted replaced
9757:95ad9c2a27e2 9758:09da0bd91412
35 35
36 DEFUN_DLD (gammainc, args, , 36 DEFUN_DLD (gammainc, args, ,
37 "-*- texinfo -*-\n\ 37 "-*- texinfo -*-\n\
38 @deftypefn {Mapping Function} {} gammainc (@var{x}, @var{a})\n\ 38 @deftypefn {Mapping Function} {} gammainc (@var{x}, @var{a})\n\
39 Compute the normalized incomplete gamma function,\n\ 39 Compute the normalized incomplete gamma function,\n\
40 @iftex\n\
41 @tex\n\ 40 @tex\n\
42 $$\n\ 41 $$\n\
43 \\gamma (x, a) = {\\displaystyle\\int_0^x e^{-t} t^{a-1} dt \\over \\Gamma (a)}\n\ 42 \\gamma (x, a) = {\\displaystyle\\int_0^x e^{-t} t^{a-1} dt \\over \\Gamma (a)}\n\
44 $$\n\ 43 $$\n\
45 @end tex\n\ 44 @end tex\n\
46 @end iftex\n\
47 @ifnottex\n\ 45 @ifnottex\n\
48 \n\ 46 \n\
49 @smallexample\n\ 47 @smallexample\n\
50 x\n\ 48 x\n\
51 1 /\n\ 49 1 /\n\