source/text/scalc/01/04060183.xhp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 68b34cc91fa64ca5f0356c9d867bff1b51e848c9
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Mon Jun 27 10:41:33 2022 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Jun 28 14:50:27 2022 +0200

    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.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/04060183.xhp 
b/source/text/scalc/01/04060183.xhp
index 5a1344375..41b9d69ea 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>

Reply via email to