From d3ba25714ea93ce282c319c0898ba66048224afa Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Mon, 1 Jun 2020 00:19:48 +0200 Subject: (04060181.xhp) Include square brackets in syntax sections to indicate optional parameters. Change-Id: Idade23cd4fd95210ecc0bd1684f30f30c9d2ccbc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95236 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit 5dd2cc30687d259990a9882d1c0874993fb60747) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95731 Reviewed-by: Ilmari Lauhakangas --- source/text/scalc/01/04060181.xhp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/text') diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp index f51297a15b..2dd591ea4b 100644 --- a/source/text/scalc/01/04060181.xhp +++ b/source/text/scalc/01/04060181.xhp @@ -154,7 +154,7 @@ Returns the probability of a sample with binomial distribution. -B(Trials; SP; T1; T2) +B(Trials; SP; T1 [; T2]) Trials is the number of independent trials. SP is the probability of success on each trial. T1 defines the lower limit for the number of trials. @@ -198,7 +198,7 @@ Returns the inverse of the cumulative beta probability density function. -BETAINV(Number; Alpha; Beta; Start; End) +BETAINV(Number; Alpha; Beta [; Start [; End]]) Number is the value between Start and End at which to evaluate the function. Alpha is a parameter to the distribution. Beta is a parameter to the distribution. @@ -222,7 +222,7 @@ Returns the inverse of the cumulative beta probability density function. -BETA.INV(Number; Alpha; Beta; Start; End) +BETA.INV(Number; Alpha; Beta [; Start [; End]]) Number is the value between Start and End at which to evaluate the function. Alpha is a parameter to the distribution. Beta is a parameter to the distribution. @@ -246,7 +246,7 @@ Returns the beta function. -BETADIST(Number; Alpha; Beta; Start; End; Cumulative) +BETADIST(Number; Alpha; Beta [; Start [; End [; Cumulative]]]) Number is the value between Start and End at which to evaluate the function. Alpha is a parameter to the distribution. Beta is a parameter to the distribution. @@ -271,7 +271,7 @@ Returns the beta function. -BETA.DIST(Number; Alpha; Beta; Cumulative; Start; End) +BETA.DIST(Number; Alpha; Beta; Cumulative [; Start [; End]]) Number (required) is the value between Start and End at which to evaluate the function. Alpha (required) is a parameter to the distribution. Beta (required) is a parameter to the distribution. @@ -705,7 +705,7 @@ Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution. -CHISQDIST(Number; Degrees Of Freedom; Cumulative) +CHISQDIST(Number; Degrees Of Freedom [; Cumulative]) Number is the number for which the function is to be calculated. Degrees Of Freedom is the degrees of freedom for the chi-square function. Cumulative (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function. -- cgit