diff options
| author | Eli Zaretskii | 2023-06-15 11:38:32 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-06-15 11:38:32 +0300 |
| commit | 018e4ca6c5de9a1c4dcb524ebc731bcb2a61bd85 (patch) | |
| tree | 5be00086fac5261556f7a3084e852372b2c8f0a0 | |
| parent | 1952dbd4c5fe7f82d6e0d10e1ba719b7e6422969 (diff) | |
| download | emacs-018e4ca6c5de9a1c4dcb524ebc731bcb2a61bd85.tar.gz emacs-018e4ca6c5de9a1c4dcb524ebc731bcb2a61bd85.zip | |
; * doc/misc/calc.texi (Advanced Math Functions): Fix last change.
| -rw-r--r-- | doc/misc/calc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi index dae071bbd3b..8e42e2ee5d0 100644 --- a/doc/misc/calc.texi +++ b/doc/misc/calc.texi | |||
| @@ -18647,7 +18647,7 @@ The @kbd{f G} (@code{calc-inc-gamma}) [@code{gammaP}] command computes | |||
| 18647 | the incomplete gamma function, denoted @samp{P(a,x)}. This is defined by | 18647 | the incomplete gamma function, denoted @samp{P(a,x)}. This is defined by |
| 18648 | the integral, | 18648 | the integral, |
| 18649 | @texline @math{P(a,x) = \left( \int_0^x t^{a-1} e^t dt \right) / \Gamma(a)}. | 18649 | @texline @math{P(a,x) = \left( \int_0^x t^{a-1} e^t dt \right) / \Gamma(a)}. |
| 18650 | @infoline @samp{gammaP(a,x) = integ(t@sup{a-1} exp@sup{t}, t, 0, x) / gamma(a)}. | 18650 | @infoline @samp{gammaP(a,x) = integ(t@sup{a-1} e@sup{t}, t, 0, x) / gamma(a)}. |
| 18651 | This implies that @samp{gammaP(a,inf) = 1} for any @expr{a} (see the | 18651 | This implies that @samp{gammaP(a,inf) = 1} for any @expr{a} (see the |
| 18652 | definition of the normal gamma function). | 18652 | definition of the normal gamma function). |
| 18653 | 18653 | ||