summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Fanning <stevemfanning@yahoo.co.uk>2020-06-01 00:19:48 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-08 18:56:53 +0200
commitd3ba25714ea93ce282c319c0898ba66048224afa (patch)
tree3c4030640e3999136df4a8d1f77057299453afa6
parentFix broken links between pages (diff)
downloadhelp-d3ba25714ea93ce282c319c0898ba66048224afa.tar.gz
help-d3ba25714ea93ce282c319c0898ba66048224afa.zip
(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 <olivier.hallot@libreoffice.org> (cherry picked from commit 5dd2cc30687d259990a9882d1c0874993fb60747) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95731 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r--source/text/scalc/01/04060181.xhp12
1 files changed, 6 insertions, 6 deletions
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 @@
<paragraph id="par_id3156061" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_B">Returns the probability of a sample with binomial distribution.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3148392" role="code" xml-lang="en-US">B(Trials; SP; T1; T2)</paragraph>
+<paragraph id="par_id3148392" role="code" xml-lang="en-US">B(Trials; SP; T1 [; T2])</paragraph>
<paragraph id="par_id3149002" role="paragraph" xml-lang="en-US"><emph>Trials</emph> is the number of independent trials.</paragraph>
<paragraph id="par_id3148875" role="paragraph" xml-lang="en-US"><emph>SP</emph> is the probability of success on each trial.</paragraph>
<paragraph id="par_id3145352" role="paragraph" xml-lang="en-US"><emph>T1</emph> defines the lower limit for the number of trials.</paragraph>
@@ -198,7 +198,7 @@
<paragraph id="par_id3149825" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_BETAINV">Returns the inverse of the cumulative beta probability density function.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3156300" role="code" xml-lang="en-US">BETAINV(Number; Alpha; Beta; Start; End)</paragraph>
+<paragraph id="par_id3156300" role="code" xml-lang="en-US">BETAINV(Number; Alpha; Beta [; Start [; End]])</paragraph>
<paragraph id="par_id3149266" role="paragraph" xml-lang="en-US"><emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function.</paragraph>
<paragraph id="par_id3149710" role="paragraph" xml-lang="en-US"><emph>Alpha</emph> is a parameter to the distribution.</paragraph>
<paragraph id="par_id3156306" role="paragraph" xml-lang="en-US"><emph>Beta</emph> is a parameter to the distribution.</paragraph>
@@ -222,7 +222,7 @@
<paragraph id="par_id2949825" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_BETAINV_MS">Returns the inverse of the cumulative beta probability density function.</ahelp></paragraph>
<embed href="text/scalc/00/avail_release.xhp#4.2"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id2956300" role="code" xml-lang="en-US">BETA.INV(Number; Alpha; Beta; Start; End)</paragraph>
+<paragraph id="par_id2956300" role="code" xml-lang="en-US">BETA.INV(Number; Alpha; Beta [; Start [; End]])</paragraph>
<paragraph id="par_id2949266" role="paragraph" xml-lang="en-US"><emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function.</paragraph>
<paragraph id="par_id2949710" role="paragraph" xml-lang="en-US"><emph>Alpha</emph> is a parameter to the distribution.</paragraph>
<paragraph id="par_id2956306" role="paragraph" xml-lang="en-US"><emph>Beta</emph> is a parameter to the distribution.</paragraph>
@@ -246,7 +246,7 @@
<paragraph id="par_id3150880" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_BETAVERT">Returns the beta function.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3147571" role="code" xml-lang="en-US">BETADIST(Number; Alpha; Beta; Start; End; Cumulative)</paragraph>
+<paragraph id="par_id3147571" role="code" xml-lang="en-US">BETADIST(Number; Alpha; Beta [; Start [; End [; Cumulative]]])</paragraph>
<paragraph id="par_id3156317" role="paragraph" xml-lang="en-US"><emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function.</paragraph>
<paragraph id="par_id3156107" role="paragraph" xml-lang="en-US"><emph>Alpha</emph> is a parameter to the distribution.</paragraph>
<paragraph id="par_id3153619" role="paragraph" xml-lang="en-US"><emph>Beta</emph> is a parameter to the distribution.</paragraph>
@@ -271,7 +271,7 @@
<paragraph id="par_id2950880" role="paragraph" xml-lang="en-US"><ahelp hid="HID_FUNC_BETADIST_MS">Returns the beta function.</ahelp></paragraph>
<embed href="text/scalc/00/avail_release.xhp#4.2"/>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id2947571" role="code" xml-lang="en-US">BETA.DIST(Number; Alpha; Beta; Cumulative; Start; End)</paragraph>
+<paragraph id="par_id2947571" role="code" xml-lang="en-US">BETA.DIST(Number; Alpha; Beta; Cumulative [; Start [; End]])</paragraph>
<paragraph id="par_id2956317" role="paragraph" xml-lang="en-US"><emph>Number</emph> (required) is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function.</paragraph>
<paragraph id="par_id2956107" role="paragraph" xml-lang="en-US"><emph>Alpha</emph> (required) is a parameter to the distribution.</paragraph>
<paragraph id="par_id2953619" role="paragraph" xml-lang="en-US"><emph>Beta</emph> (required) is a parameter to the distribution.</paragraph>
@@ -705,7 +705,7 @@
<paragraph id="par_id0119200901583471" role="paragraph" xml-lang="en-US"><ahelp hid=".">Returns the value of the probability density function or the cumulative distribution function for the chi-square distribution.</ahelp></paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id0119200902395679" role="code" xml-lang="en-US">CHISQDIST(Number; Degrees Of Freedom; Cumulative)</paragraph>
+<paragraph id="par_id0119200902395679" role="code" xml-lang="en-US">CHISQDIST(Number; Degrees Of Freedom [; Cumulative])</paragraph>
<paragraph id="par_id011920090239564" role="paragraph" xml-lang="en-US"><emph>Number</emph> is the number for which the function is to be calculated.</paragraph>
<paragraph id="par_id0119200902395660" role="paragraph" xml-lang="en-US"><emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function.</paragraph>
<paragraph id="par_id0119200902395623" role="paragraph" xml-lang="en-US"><emph>Cumulative</emph> (optional): 0 or False calculates the probability density function. Other values or True or omitted calculates the cumulative distribution function.</paragraph>