From 4b031368ed5d1b94e9009142f2dcd8017313a79f Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 2 Jul 2014 19:02:08 -0300 Subject: Fix fdo#80440: help entry for ERF & ERFC.PRECISE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Write help pages for ERF.PRECISE and ERFC.PRECISE spreadsheet functions Change-Id: I6392684d91d4b43d954b3ba9b23db9d931f3e984 Reviewed-on: https://gerrit.libreoffice.org/10034 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- source/text/scalc/01/04060115.xhp | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/source/text/scalc/01/04060115.xhp b/source/text/scalc/01/04060115.xhp index 2c69e29fcd..ecc6bc3521 100644 --- a/source/text/scalc/01/04060115.xhp +++ b/source/text/scalc/01/04060115.xhp @@ -215,6 +215,23 @@ =ERF(0;1) returns 0.842701. +
+ERF.PRECISE function +Gaussian error integral +mw added one entr + +ERF.PRECISE +Returns values of the Gaussian error integral. +Syntax +ERF(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. +Example + +=ERF.PRECISE(0;1) returns 0.842701. +
ERFC function @@ -229,6 +246,20 @@ =ERFC(1) returns 0.157299.
+
+ERFC.PRECISE function + + +ERFC.PRECISE +Returns complementary values of the Gaussian error integral between x and infinity. +Syntax +ERFC.PRECISE(LowerLimit) + +LowerLimit is the lower limit of the integral +Example + +=ERFC.PRECISE(1) returns 0.157299. +
GESTEP function numbers;greater than or equal to -- cgit v1.2.3