From 731026465ce3b0d69c0974627037348dda4eccd0 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Sun, 5 Apr 2020 20:44:06 -0300 Subject: 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 --- source/text/scalc/01/04060181.xhp | 3 +-- source/text/scalc/01/04060182.xhp | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source') 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 @@ CHISQINV function -

CHISQINV

Returns the inverse of CHISQDIST. - +CHISQINV(Probability; Degrees of Freedom) Probability is the probability value for which the inverse of the chi-square distribution is to be calculated. Degrees Of Freedom is the degrees of freedom for the chi-square function. 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 @@

GAMMA

Returns the Gamma function value. Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST. + GAMMA(Number) Number is the number for which the Gamma function value is to be calculated. -- cgit