diff options
author | Steve Fanning <stevemfanning@yahoo.co.uk> | 2020-06-01 11:33:26 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-06-08 18:58:23 +0200 |
commit | 7256f3ddd4b6a199ab32278ff727b766cf866fc5 (patch) | |
tree | 8244207e74eb073c8343e71553ca945cd5281320 | |
parent | a80ec77e17ca9cbf4c4e12affa4d31a7ed412677 (diff) |
(04060183.xhp) Include square brackets in syntax sections to indicate optional parameters.
Change-Id: I53c9d01dfd75cdab6bac7284b2d775d36a1d9311
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95241
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 57145b91d3e06b07d714e65e00d9e19626dbca52)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95734
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
-rw-r--r-- | source/text/scalc/01/04060183.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp index e3cf9d24af..cc5039eefc 100644 --- a/source/text/scalc/01/04060183.xhp +++ b/source/text/scalc/01/04060183.xhp @@ -223,7 +223,7 @@ <h2 id="hd_id3150928">LOGINV</h2> <paragraph role="paragraph" id="par_id3145297" xml-lang="en-US"><ahelp hid="HID_FUNC_LOGINV">Returns the inverse of the lognormal distribution.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> -<paragraph role="code" id="par_id3153049" xml-lang="en-US">LOGINV(Number; Mean; StDev)</paragraph> +<paragraph role="code" id="par_id3153049" xml-lang="en-US">LOGINV(Number [; Mean [; StDev]])</paragraph> <paragraph role="paragraph" id="par_id3148390" xml-lang="en-US"> <emph>Number</emph> is the probability value for which the inverse standard logarithmic distribution is to be calculated.</paragraph> <paragraph role="paragraph" id="par_id3149538" xml-lang="en-US"> @@ -263,7 +263,7 @@ <h2 id="hd_id3158417">LOGNORMDIST</h2> <paragraph role="paragraph" id="par_id3154953" xml-lang="en-US"><ahelp hid="HID_FUNC_LOGNORMVERT">Returns the values of a lognormal distribution.</ahelp></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> -<paragraph role="code" id="par_id3150686" xml-lang="en-US">LOGNORMDIST(Number; Mean; StDev; Cumulative)</paragraph> +<paragraph role="code" id="par_id3150686" xml-lang="en-US">LOGNORMDIST(Number [; Mean [; StDev [; Cumulative]]])</paragraph> <paragraph role="paragraph" id="par_id3154871" xml-lang="en-US"> <emph>Number</emph> is the probability value for which the standard logarithmic distribution is to be calculated.</paragraph> <paragraph role="paragraph" id="par_id3155820" xml-lang="en-US"> |