diff options
-rw-r--r-- | source/text/scalc/01/04060183.xhp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/text/scalc/01/04060183.xhp b/source/text/scalc/01/04060183.xhp index cc5039eefc..b4eb4c6f25 100644 --- a/source/text/scalc/01/04060183.xhp +++ b/source/text/scalc/01/04060183.xhp @@ -225,11 +225,11 @@ <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="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> +<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_id3149538" xml-lang="en-US"> -<emph>Mean</emph> is the arithmetic mean of the standard logarithmic distribution.</paragraph> +<emph>Mean</emph> (optional) is the arithmetic mean of the standard logarithmic distribution (defaults to 0 if omitted).</paragraph> <paragraph role="paragraph" id="par_id3145355" xml-lang="en-US"> -<emph>StDev</emph> is the standard deviation of the standard logarithmic distribution.</paragraph> +<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution (defaults to 1 if omitted).</paragraph> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph role="paragraph" id="par_id3155623" xml-lang="en-US"> <item type="input">=LOGINV(0.05;0;1)</item> returns 0.1930408167.</paragraph> @@ -244,13 +244,13 @@ <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/00/avail_release.xhp#4.3"/> <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> (required) is the arithmetic mean of the standard logarithmic distribution.</paragraph> +<emph>Mean</emph> (optional) is the arithmetic mean of the standard logarithmic distribution (defaults to 0 if omitted).</paragraph> <paragraph role="paragraph" id="par_id2901355" xml-lang="en-US"> -<emph>StDev</emph> (required) is the standard deviation of the standard logarithmic distribution.</paragraph> +<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution (defaults to 1 if omitted).</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> |