diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-02 07:11:45 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-02 12:32:06 +0200 |
commit | d9d73c9fcb86892de84ae870e09f380555a6fd5f (patch) | |
tree | 48d0ea6ad071e7076e45aafc4ce3c3f6544df8c5 /source/text/scalc | |
parent | be1d676ede16a062fcb2d557856df8ab8481e179 (diff) |
tdf#136387 POWER(0,0) = 1
Change-Id: Ie39042b7c42c350c0c054ced9336613c8704cb7b
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/101925
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc')
-rw-r--r-- | source/text/scalc/01/04060106.xhp | 2 | ||||
-rw-r--r-- | source/text/scalc/01/ODFF.xhp | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp index 3a9cc11068..ee630c6192 100644 --- a/source/text/scalc/01/04060106.xhp +++ b/source/text/scalc/01/04060106.xhp @@ -735,7 +735,7 @@ <paragraph id="par_id3159540" role="paragraph" xml-lang="en-US">Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>.</paragraph> <paragraph id="par_id5081637" role="paragraph" xml-lang="en-US">The same result may be achieved by using the exponentiation operator ^:</paragraph> <paragraph id="par_id9759514" role="code" xml-lang="en-US"><item type="literal">Base^Exponent</item></paragraph> - +<note id="par_id241599040594931"><literal>=POWER(0,0)</literal> returns 1.</note> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph id="par_id3159594" role="paragraph" xml-lang="en-US"><item type="input">=POWER(4;3)</item> returns 64, which is 4 to the power of 3.</paragraph> <paragraph id="par_id1614429" role="paragraph" xml-lang="en-US">=4^3 also returns 4 to the power of 3.</paragraph><comment>see also EXP, LOG, SQRT</comment> diff --git a/source/text/scalc/01/ODFF.xhp b/source/text/scalc/01/ODFF.xhp index f5587998c2..1ef91d5fae 100644 --- a/source/text/scalc/01/ODFF.xhp +++ b/source/text/scalc/01/ODFF.xhp @@ -16,7 +16,10 @@ </meta> <body> <section id="odff"> -<paragraph id="hd_id1000010" role="note" xml-lang="en-US">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)</paragraph> +<note id="hd_id1000010">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)</note> +</section> +<section id="odff13"> +<note id="hd_id1000013">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.3.</note> </section> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |