[Libreoffice-commits] help.git: source/text

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 6 13:57:43 UTC 2020


 source/text/scalc/01/04060181.xhp |    3 +--
 source/text/scalc/01/04060182.xhp |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 731026465ce3b0d69c0974627037348dda4eccd0
Author:     Steve Fanning <stevemfanning.wh at gmail.com>
AuthorDate: Sun Apr 5 20:44:06 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Mon Apr 6 15:57:22 2020 +0200

    tdf#131357 adjust Calc functions params
    
    Fixes CHISQINV, GAMMA
    
    Change-Id: If7ac0c74b5301bf3e460aa8caef68b0df01f4747
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91735
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp
index afce809eb..f51297a15 100644
--- a/source/text/scalc/01/04060181.xhp
+++ b/source/text/scalc/01/04060181.xhp
@@ -355,11 +355,10 @@
   <bookmark_value>CHISQINV function</bookmark_value>
 </bookmark>
 
-
 <h2 id="hd_id0119200902421451">CHISQINV</h2>
 <paragraph id="par_id0119200902421449" role="paragraph" xml-lang="en-US"><ahelp hid=".">Returns the inverse of CHISQDIST.</ahelp></paragraph>
-
 <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+<paragraph id="par_id21585771564740" role="code" xml-lang="en-US">CHISQINV(Probability; Degrees of Freedom)</paragraph>
 <paragraph id="par_id0119200902475286" role="paragraph" xml-lang="en-US"><emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated.</paragraph>
 <paragraph id="par_id0119200902475282" role="paragraph" xml-lang="en-US"><emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function.</paragraph>
 </section>
diff --git a/source/text/scalc/01/04060182.xhp b/source/text/scalc/01/04060182.xhp
index f5254aa80..c02ddbbc0 100644
--- a/source/text/scalc/01/04060182.xhp
+++ b/source/text/scalc/01/04060182.xhp
@@ -204,6 +204,7 @@
 <h2 id="hd_id0119200903205393">GAMMA</h2>
          <paragraph xml-lang="en-US" id="par_id0119200903205379" role="paragraph"><ahelp hid=".">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST.</paragraph>
          <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+         <paragraph id="par_id211585771824267" role="code" xml-lang="en-US">GAMMA(Number)</paragraph>
          <paragraph xml-lang="en-US" id="par_id0119200903271614" role="paragraph">
             <emph>Number</emph> is the number for which the Gamma function value is to be calculated.</paragraph>
       </section>


More information about the Libreoffice-commits mailing list