summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2022-06-27 10:41:33 -0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-06-28 15:26:45 +0200
commit79dc278a13d668a78d8728166d58f21e8edb4110 (patch)
tree36f535726a621c2c9c726a6784b1c58b740ee104
parent0b51b8ac37eb73566a0ba026b706efb92b193ffb (diff)
tdf#137649 Fix LOGNORM.INV optional arguments
Change-Id: Ia239d14508c1bb6e86d3d4b1d67f50de0fdb5afc Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136498 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 68b34cc91fa64ca5f0356c9d867bff1b51e848c9) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/136541 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--source/text/scalc/01/04060183.xhp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp
index 5a13443753..41b9d69ea4 100644
--- a/source/text/scalc/01/04060183.xhp
+++ b/source/text/scalc/01/04060183.xhp
@@ -257,13 +257,13 @@
<paragraph role="paragraph" id="par_id2901297" xml-lang="en-US"><ahelp hid="HID_FUNC_LOGINV_MS">Returns the inverse of the lognormal distribution.</ahelp></paragraph>
<paragraph id="par_id290122405814" role="paragraph" xml-lang="en-US">This function is identical to LOGINV and was introduced for interoperability with other office suites.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph role="code" id="par_id2901049" xml-lang="en-US">LOGNORM.INV(Number [; Mean [; StDev]])</paragraph>
+<paragraph role="code" id="par_id2901049" xml-lang="en-US">LOGNORM.INV(Number ; Mean ; StDev)</paragraph>
<paragraph role="paragraph" id="par_id2901390" xml-lang="en-US">
<emph>Number</emph> (required) is the probability value for which the inverse standard logarithmic distribution is to be calculated.</paragraph>
<paragraph role="paragraph" id="par_id2901538" xml-lang="en-US">
-<emph>Mean</emph> (optional) is the arithmetic mean of the standard logarithmic distribution (defaults to 0 if omitted).</paragraph>
+<emph>Mean</emph> (required) is the arithmetic mean of the standard logarithmic distribution.</paragraph>
<paragraph role="paragraph" id="par_id2901355" xml-lang="en-US">
-<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution (defaults to 1 if omitted).</paragraph>
+<emph>StDev</emph> (required) is the standard deviation of the standard logarithmic distribution.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph role="paragraph" id="par_id2901623" xml-lang="en-US">
<item type="input">=LOGNORM.INV(0.05;0;1)</item> returns 0.1930408167.</paragraph>