summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorStanislav Horacek <stanislav.horacek@gmail.com>2016-09-07 22:27:15 +0200
committerjan iversen <jani@documentfoundation.org>2016-09-08 07:36:44 +0000
commitfbd93f4c667396b55f7c2df3707590ba56218b39 (patch)
tree48524bf9d6bc903d848f86cdd0399311b285965f /source
parentb62218feb4fc7d278699d425868fdc7ac1bb6212 (diff)
tdf#101805 correct documentation for ERF.PRECISE function
Change-Id: Ic621f1e60f41ebcda5b3f390713da4315cf68500 Reviewed-on: https://gerrit.libreoffice.org/28735 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'source')
-rw-r--r--source/text/scalc/01/04060115.xhp15
1 files 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 @@
<section id="erfdotprecise">
<bookmark xml-lang="en-US" branch="index" id="bm_id2983446"><bookmark_value>ERF.PRECISE function</bookmark_value>
<bookmark_value>Gaussian error integral</bookmark_value>
-</bookmark><comment>mw added one entr</comment>
+</bookmark>
<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ERF_MS" id="bm_id2949823" localize="false"/>
<paragraph role="heading" id="hd_id2983446" xml-lang="en-US" level="2" oldref="135">ERF.PRECISE</paragraph>
-<paragraph role="paragraph" id="par_id2950381" xml-lang="en-US" l10n="U" oldref="136"><ahelp hid="HID_FUNC_ERF_MS">Returns values of the Gaussian error integral.</ahelp></paragraph>
+<paragraph role="paragraph" id="par_id2950381" xml-lang="en-US"><ahelp hid="HID_FUNC_ERF_MS">Returns values of the Gaussian error integral between 0 and the given limit.</ahelp></paragraph>
<paragraph role="heading" id="hd_id2952475" xml-lang="en-US" level="3" l10n="U" oldref="137">Syntax</paragraph>
-<paragraph role="code" id="par_id2963824" xml-lang="en-US" l10n="U" oldref="138">ERF.PRECISE(LowerLimit; UpperLimit)</paragraph>
-<paragraph role="paragraph" id="par_id2949715" xml-lang="en-US" l10n="U" oldref="139">
-<emph>LowerLimit</emph> is the lower limit of the integral.</paragraph>
-<paragraph role="paragraph" id="par_id2956294" xml-lang="en-US" l10n="U" oldref="140">
-<emph>UpperLimit</emph> 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.</paragraph>
+<paragraph role="code" id="par_id2963824" xml-lang="en-US" l10n="U" oldref="138">ERF.PRECISE(LowerLimit)</paragraph>
+<paragraph role="paragraph" id="par_id2949715" xml-lang="en-US"><emph>LowerLimit</emph> is the limit of the integral. The calculation takes places between 0 and this limit.</paragraph>
<paragraph role="heading" id="hd_id2954819" xml-lang="en-US" level="3" l10n="U" oldref="141">Example</paragraph>
-<paragraph role="paragraph" id="par_id2952974" xml-lang="en-US" l10n="U" oldref="142">
-<item type="input">=ERF.PRECISE(0;1)</item> returns 0.842701.</paragraph>
+<paragraph role="paragraph" id="par_id2952974" xml-lang="en-US">
+<item type="input">=ERF.PRECISE(1)</item> returns 0.842701.</paragraph>
</section>
<section id="erfc">
<bookmark xml-lang="en-US" branch="index" id="bm_id3145082"><bookmark_value>ERFC function</bookmark_value>