diff options
author | Steve Fanning <stevemfanning.wh@gmail.com> | 2020-04-05 20:44:06 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-06 15:57:22 +0200 |
commit | 731026465ce3b0d69c0974627037348dda4eccd0 (patch) | |
tree | 851d4f4dfd202214d90de4b46d14d5a4b137156f | |
parent | 7c4871338464168d2016702e4f229d6a8ff2c2c5 (diff) |
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@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060181.xhp | 3 | ||||
-rw-r--r-- | source/text/scalc/01/04060182.xhp | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp index afce809eb5..f51297a15b 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 f5254aa80f..c02ddbbc00 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> |