source/text/scalc/01/04060199.xhp |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6031f815c4b10d9c1550a05b4a4258b582307f32
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Mon Aug 18 20:34:40 2025 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Aug 19 13:56:41 2025 +0200

    tdf#167992 Precision on exponentiation operator
    
    Change-Id: I3c43765975d2feacaa1b69605be934b720aff4ca
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/189888
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>
    Tested-by: Jenkins

diff --git a/source/text/scalc/01/04060199.xhp 
b/source/text/scalc/01/04060199.xhp
index 0fbf698e12..6fa8883ae5 100644
--- a/source/text/scalc/01/04060199.xhp
+++ b/source/text/scalc/01/04060199.xhp
@@ -133,6 +133,8 @@
 
 <note id="par_id881623862728559">Prefix "-" (negation) has a higher precedence 
than "^" (exponentiation). For example -3^2 equals 9, which is the square of a 
negative number.</note>
 
+<warning id="par_id291755559597825">B^X may or may not report a #NUM! error 
when B is negative and X is not an integer. The expression =B^X is calculated 
the same way as =POWER(B;X).</warning>
+
 <bookmark branch="index" id="bm_id481687564343986">
 <bookmark_value>operators;comparison</bookmark_value>
 <bookmark_value>comparisons;operators in Calc</bookmark_value>

Reply via email to