# HG changeset patch # User jwe # Date 1130509271 0 # Node ID 947aa3464e1d140c6fab1c75ea3ea88b84a143eb # Parent b957f422224915d48b54d409fdee9a27c624c888 [project @ 2005-10-28 14:21:11 by jwe] diff --git a/src/DLD-FUNCTIONS/gammainc.cc b/src/DLD-FUNCTIONS/gammainc.cc --- a/src/DLD-FUNCTIONS/gammainc.cc +++ b/src/DLD-FUNCTIONS/gammainc.cc @@ -36,7 +36,7 @@ DEFUN_DLD (gammainc, args, , "-*- texinfo -*-\n\ @deftypefn {Mapping Function} {} gammainc (@var{x}, @var{a})\n\ -Computes the incomplete gamma function,\n\ +Compute the normalized incomplete gamma function,\n\ @iftex\n\ @tex\n\ $$\n\ @@ -53,7 +53,10 @@ gamma (a) /\n\ t=0\n\ @end smallexample\n\ +\n\ @end ifinfo\n\ +with the limiting value of 1 as @var{x} approaches infinity.\n\ +The standard notation is @math{P(a,x)}, e.g. Abramowitz and Stegun (6.5.1).\n\ \n\ If @var{a} is scalar, then @code{gammainc (@var{x}, @var{a})} is returned\n\ for each element of @var{x} and vice versa.\n\