diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-03-19 17:28:28 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-03-19 17:28:28 +0100 |
commit | 325b71813e476e25acbcecbb34f57ec2609ee98b (patch) | |
tree | 89aae8f6a578d466dcf3e59a3cd0cf2b7ee57854 /source/text | |
parent | c8cbe130afa50dacc47c2d1d30e1774d44786a0c (diff) |
fix copypaste: a required parameter cannot be omitted
Change-Id: I09ec850aea96962555c526efa0b4c1355236fb2f
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/scalc/01/04060181.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp index 7c1ac57d83..ade52914a4 100644 --- a/source/text/scalc/01/04060181.xhp +++ b/source/text/scalc/01/04060181.xhp @@ -268,7 +268,7 @@ oldref="547">COUNTIF</paragraph> <paragraph xml-lang="en-US" id="par_id2956317" role="paragraph" l10n="U" oldref="68"><emph>Number</emph> (required) is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function.</paragraph> <paragraph xml-lang="en-US" id="par_id2956107" role="paragraph" l10n="U" oldref="69"><emph>Alpha</emph> (required) is a parameter to the distribution.</paragraph> <paragraph xml-lang="en-US" id="par_id2953619" role="paragraph" l10n="U" oldref="70"><emph>Beta</emph> (required) is a parameter to the distribution.</paragraph> - <paragraph xml-lang="en-US" id="par_id062920141254453" role="paragraph" l10n="NEW"><emph>Cumulative</emph> (required) can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function.</paragraph> + <paragraph xml-lang="en-US" id="par_id062920141254453" role="paragraph" l10n="NEW"><emph>Cumulative</emph> (required) can be 0 or False to calculate the probability density function. It can be any other value or True to calculate the cumulative distribution function.</paragraph> <paragraph xml-lang="en-US" id="par_id2950254" role="paragraph" l10n="U" oldref="71"><emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>.</paragraph> <paragraph xml-lang="en-US" id="par_id2949138" role="paragraph" l10n="U" oldref="72"><emph>End</emph> (optional) is the upper bound for <emph>Number</emph>.</paragraph> <paragraph xml-lang="en-US" id="par_idN10AB3ms" role="paragraph" l10n="NEW"><embedvar href="text/scalc/00/00000004.xhp#optional"/></paragraph> |