From 01cddc5a7b30380e3fe0d7dd832b250e85bb5f7c Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 18 Jun 2021 12:59:08 -0300 Subject: 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 --- source/text/scalc/01/func_rawsubtract.xhp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ RAWSUBTRACT function
- RAWSUBTRACT +

RAWSUBTRACT

Subtracts a set of numbers and gives the result without eliminating small roundoff errors.
@@ -31,6 +31,7 @@ Minuend is a number or a reference to a cell containing a number. Subtrahend 1[; Subtrahend 2][; ... ;[ Subtrahend 254]] are numbers or references to cells containing numbers. The function should be called with at least two parameters. + 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. =RAWSUBTRACT(0.987654321098765, 0.9876543210987) returns 6.53921361504217E-14 =RAWSUBTRACT(0.987654321098765) returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers. -- cgit