From d20e738f1a2ace6618ad217ad42b17aac69e5762 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Sun, 3 Dec 2023 12:25:54 +0100 Subject: adjust operators priority part remove note which is not directly related to "&" operator fix link to ODF standard page remove extra non-printing characters Change-Id: Iccb4d6ac288e41eef07d6f2d12809bc5aa7c48cb Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160260 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/04060199.xhp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'source') diff --git a/source/text/scalc/01/04060199.xhp b/source/text/scalc/01/04060199.xhp index eb5af00c9a..0fbf698e12 100644 --- a/source/text/scalc/01/04060199.xhp +++ b/source/text/scalc/01/04060199.xhp @@ -391,7 +391,7 @@ & - Binary operation string concatenation. Note that unary (prefix) + and - have a different precedence. Note that "&" shall be escaped when included in an XML document + Binary operation string concatenation. Note that "&" shall be escaped when included in an XML document. @@ -399,16 +399,15 @@ =, <>, <, <=,
>, >=
- Comparison operators equal to, not equal to, less than, less than or equal to, greater than, greater than or equal to + Comparison operators equal to, not equal to, less than, less than or equal to, greater than, greater than or equal to. -Prefix €œ"-"€ has a higher precedence than "^"€, €œ"^"€ is left-associative, and -reference intersection has a higher precedence than reference union. -Prefix "+"€ and "-" are defined to be right-associative. However, note that typical applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical. +Prefix "-" has a higher precedence than "^", "^" is left-associative, and reference intersection has a higher precedence than reference union. +Prefix "+" and "-" are defined to be right-associative. However, note that typical applications which implement at most the operators defined in this specification (as specified) may implement them as left-associative, because the calculated results will be identical. Precedence can be overridden by using parentheses, so "=2+3*4" computes to 14 but "=(2+3)*4" computes 20.
- OpenDocument v1.3 part4, Formula Operators + OpenDocument v1.3 part 4, Formula Operators
-- cgit