n4jvQ‖

e3VEx‖RAWSUBTRACT

CoCx7‖Subtracts a set of numbers and gives the result without eliminating small roundoff errors.

ebLBc‖Syntax

DZTdg‖RAWSUBTRACT(Minuend; Subtrahend 1[; Subtrahend 2][; … ;[ Subtrahend 254]])

7mBFv‖Minuend is a number or a reference to a cell containing a number.

nFADC‖Subtrahend 1[; Subtrahend 2][; ... ;[ Subtrahend 254]] are numbers or references to cells containing numbers.

7ciz5‖The function should be called with at least two parameters.

CA68H‖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.

GAZG2‖Examples

hANRQ‖=RAWSUBTRACT(0.987654321098765, 0.9876543210987) returns 6.53921361504217E-14

3usBi‖=RAWSUBTRACT(0.987654321098765) returns Err:511 (Missing variable) because RAWSUBTRACT requires a minimum of two numbers.

XAFa7‖Technical information

tip

DJsbg‖This function is available since LibreOfficeDev 5.2.


7AVhU‖This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

ORG.LIBREOFFICE.RAWSUBTRACT