From fbd93f4c667396b55f7c2df3707590ba56218b39 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Wed, 7 Sep 2016 22:27:15 +0200 Subject: tdf#101805 correct documentation for ERF.PRECISE function Change-Id: Ic621f1e60f41ebcda5b3f390713da4315cf68500 Reviewed-on: https://gerrit.libreoffice.org/28735 Reviewed-by: jan iversen Tested-by: jan iversen --- source/text/scalc/01/04060115.xhp | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/source/text/scalc/01/04060115.xhp b/source/text/scalc/01/04060115.xhp index fc1dac1b15..e84a51f68a 100644 --- a/source/text/scalc/01/04060115.xhp +++ b/source/text/scalc/01/04060115.xhp @@ -218,19 +218,16 @@
ERF.PRECISE function Gaussian error integral -mw added one entr + ERF.PRECISE -Returns values of the Gaussian error integral. +Returns values of the Gaussian error integral between 0 and the given limit. Syntax -ERF.PRECISE(LowerLimit; UpperLimit) - -LowerLimit is the lower limit of the integral. - -UpperLimit is optional. It is the upper limit of the integral. If this value is missing, the calculation takes places between 0 and the lower limit. +ERF.PRECISE(LowerLimit) +LowerLimit is the limit of the integral. The calculation takes places between 0 and this limit. Example - -=ERF.PRECISE(0;1) returns 0.842701. + +=ERF.PRECISE(1) returns 0.842701.
ERFC function -- cgit