source/text/scalc/01/04060182.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 72d86f8f5095060dfc8825a0d8cbd91aca127db3
Author:     Steve Fanning <stevemfann...@yahoo.co.uk>
AuthorDate: Mon Feb 1 12:12:53 2021 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Mon Feb 1 13:32:18 2021 +0100

    Correct misleading statement in Help description of Calc’s GAMMA.DIST 
function.
    
    Specifically, the function is NOT identical to GAMMADIST. Also change name 
of fourth parameter from C to Cumulative to match the name used in the Function 
Wizard.
    
    Affects only file 04060182.xhp.
    
    Change-Id: I9133b66897ccd5d611aadf452af041b682e6d4d2
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110225
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/04060182.xhp 
b/source/text/scalc/01/04060182.xhp
index a3985e327..fea713ec0 100644
--- a/source/text/scalc/01/04060182.xhp
+++ b/source/text/scalc/01/04060182.xhp
@@ -306,14 +306,14 @@
 <h2 id="hd_id2406201422120061">GAMMA.DIST</h2>
 <paragraph id="par_id2406201422414690" role="paragraph" 
xml-lang="en-US"><ahelp hid="HID_FUNC_GAMMADIST_MS">Returns the values of a 
Gamma distribution.</ahelp></paragraph>
 <paragraph id="par_id24061422414690" role="paragraph" xml-lang="en-US">The 
inverse function is GAMMAINV or GAMMA.INV.</paragraph>
-<paragraph id="par_id2406201422405814" role="paragraph" xml-lang="en-US">This 
function is identical to GAMMADIST and was introduced for interoperability with 
other office suites.</paragraph>
+<paragraph id="par_id2406201422405814" role="paragraph" xml-lang="en-US">This 
function is similar to GAMMADIST and was introduced for interoperability with 
other office suites.</paragraph>
 <embed href="text/scalc/00/avail_release.xhp#4.3"/>
 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id240620142238475" role="code" 
xml-lang="en-US">GAMMA.DIST(Number; Alpha; Beta; C)</paragraph>
+<paragraph id="par_id240620142238475" role="code" 
xml-lang="en-US">GAMMA.DIST(Number; Alpha; Beta; Cumulative)</paragraph>
 <paragraph id="par_id2406201422385134" role="paragraph" 
xml-lang="en-US"><emph>Number</emph> is the value for which the Gamma 
distribution is to be calculated.</paragraph>
 <paragraph id="par_id2406201422385590" role="paragraph" 
xml-lang="en-US"><emph>Alpha</emph> is the parameter Alpha of the Gamma 
distribution.</paragraph>
 <paragraph id="par_id2406201422390458" role="paragraph" 
xml-lang="en-US"><emph>Beta</emph> is the parameter Beta of the Gamma 
distribution.</paragraph>
-<paragraph id="par_id2406201422391058" role="paragraph" 
xml-lang="en-US"><emph>C</emph> (optional) = 0 or False calculates the density 
function <emph>C</emph> = 1 or True calculates the distribution.</paragraph>
+<paragraph id="par_id2406201422391058" role="paragraph" 
xml-lang="en-US"><emph>Cumulative</emph> = 0 or False calculates the 
probability density function; <emph>Cumulative</emph> = 1, True, or any other 
value calculates the cumulative distribution function.</paragraph>
 <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
 <paragraph id="par_id2406201422392251" role="paragraph" xml-lang="en-US"><item 
type="input">=GAMMA.DIST(2;1;1;1)</item> yields 0.86.</paragraph>
 </section>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to