summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2021-06-18 12:59:08 -0300
committerEike Rathke <erack@redhat.com>2021-06-23 16:24:26 +0200
commit01cddc5a7b30380e3fe0d7dd832b250e85bb5f7c (patch)
tree4d097e35c51e7373bc61f51e8207239fb77c5322
parent4e673707ef55e0a8c732b7f174b8d64b93bc2c3b (diff)
Add precisions to RAWSUBTRACT after 7.2 rel notes.
Change-Id: Id0db2b64e0dd4b89089a6610930dd84e71cf9067 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/117422 Tested-by: Jenkins Reviewed-by: Eike Rathke <erack@redhat.com>
-rw-r--r--source/text/scalc/01/func_rawsubtract.xhp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/text/scalc/01/func_rawsubtract.xhp b/source/text/scalc/01/func_rawsubtract.xhp
index ac9fd3bf2d..7152b8dbe6 100644
--- a/source/text/scalc/01/func_rawsubtract.xhp
+++ b/source/text/scalc/01/func_rawsubtract.xhp
@@ -22,7 +22,7 @@
<bookmark_value>RAWSUBTRACT function</bookmark_value>
</bookmark>
<section id="func_rawsubtract">
- <paragraph id="hd_2016112109231" role="heading" level="1" xml-lang="en-US"><link href="text/scalc/01/func_rawsubtract.xhp">RAWSUBTRACT</link></paragraph>
+ <h1 id="hd_2016112109231"><link href="text/scalc/01/func_rawsubtract.xhp">RAWSUBTRACT</link></h1>
<paragraph id="par_2016112109232" role="paragraph" xml-lang="en-US"><ahelp hid=".">Subtracts a set of numbers and gives the result without eliminating small roundoff errors.</ahelp></paragraph>
</section>
<embed href="text/scalc/00/avail_release.xhp#5.2"/>
@@ -31,6 +31,7 @@
<paragraph id="par_2016112109234" role="paragraph" xml-lang="en-US"><emph>Minuend</emph> is a number or a reference to a cell containing a number.</paragraph>
<paragraph id="par_id241585352178687" role="paragraph" xml-lang="en-US"><emph>Subtrahend 1[; Subtrahend 2][; ... ;[ Subtrahend 254]]</emph> are numbers or references to cells containing numbers.</paragraph>
<paragraph id="par_2016112109235" role="paragraph" xml-lang="en-US">The function should be called with at least two parameters.</paragraph>
+ <paragraph role="paragraph" id="par_id271624030692893">RAWSUBTRACT() processes arguments from left to right. For example, RAWSUBTRACT(1;2;3;4) calculates 1-2-3-4 or ((1-2)-3)-4 in "natural" order.</paragraph>
<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
<paragraph id="par_2016112109236" role="paragraph" xml-lang="en-US"><input>=RAWSUBTRACT(0.987654321098765, 0.9876543210987)</input> returns 6.53921361504217E-14</paragraph>
<paragraph id="par_2016112109237" role="paragraph" xml-lang="en-US"><input>=RAWSUBTRACT(0.987654321098765)</input> returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers. </paragraph>