; * doc/misc/calc.texi (Advanced Math Functions): Fix last change.
This commit is contained in:
parent
1952dbd4c5
commit
018e4ca6c5
1 changed files with 1 additions and 1 deletions
|
@ -18647,7 +18647,7 @@ The @kbd{f G} (@code{calc-inc-gamma}) [@code{gammaP}] command computes
|
|||
the incomplete gamma function, denoted @samp{P(a,x)}. This is defined by
|
||||
the integral,
|
||||
@texline @math{P(a,x) = \left( \int_0^x t^{a-1} e^t dt \right) / \Gamma(a)}.
|
||||
@infoline @samp{gammaP(a,x) = integ(t@sup{a-1} exp@sup{t}, t, 0, x) / gamma(a)}.
|
||||
@infoline @samp{gammaP(a,x) = integ(t@sup{a-1} e@sup{t}, t, 0, x) / gamma(a)}.
|
||||
This implies that @samp{gammaP(a,inf) = 1} for any @expr{a} (see the
|
||||
definition of the normal gamma function).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue