]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/misc/calc.texi (Advanced Math Functions): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 15 Jun 2023 08:38:32 +0000 (11:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 15 Jun 2023 08:38:32 +0000 (11:38 +0300)
doc/misc/calc.texi

index dae071bbd3b1a815be28a11811340fda09a022aa..8e42e2ee5d01443fdd8caa5bd3db7ce1ed4ede46 100644 (file)
@@ -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).