From 57145b91d3e06b07d714e65e00d9e19626dbca52 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Mon, 1 Jun 2020 11:33:26 +0200 Subject: (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 --- source/text/scalc/01/04060183.xhp | 4 ++-- 1 file 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 @@

LOGINV

Returns the inverse of the lognormal distribution. -LOGINV(Number; Mean; StDev) +LOGINV(Number [; Mean [; StDev]]) Number is the probability value for which the inverse standard logarithmic distribution is to be calculated. @@ -263,7 +263,7 @@

LOGNORMDIST

Returns the values of a lognormal distribution. -LOGNORMDIST(Number; Mean; StDev; Cumulative) +LOGNORMDIST(Number [; Mean [; StDev [; Cumulative]]]) Number is the probability value for which the standard logarithmic distribution is to be calculated. -- cgit