[Libreoffice-commits] help.git: source/text

Steve Fanning (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 1 12:25:13 UTC 2020


 source/text/scalc/01/04060116.xhp |    2 --
 source/text/scalc/01/ful_func.xhp |    2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit e9a222c585f4ab7f1ed75b1573c98807bd9f2711
Author:     Steve Fanning <stevemfanning.wh at gmail.com>
AuthorDate: Wed Apr 1 09:22:21 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Wed Apr 1 14:24:53 2020 +0200

    tdf#130360 Minor adjustments on complex numbers.
    
    Change-Id: I392d672e31940aa2bb1ca12c09e6496ee8c43700
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/91485
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/scalc/01/04060116.xhp b/source/text/scalc/01/04060116.xhp
index 8756835f9..91ec082cc 100644
--- a/source/text/scalc/01/04060116.xhp
+++ b/source/text/scalc/01/04060116.xhp
@@ -219,7 +219,6 @@
          <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
          <paragraph xml-lang="en-US" id="par_id3149027" role="code">IMPRODUCT(<embedvar href="text/scalc/01/ful_func.xhp#complex255_1" markup="keep"/>)</paragraph>
         <embed href="text/scalc/01/ful_func.xhp#complex255"/>
-         <embed href="text/scalc/01/04060116.xhp#complex"/>
          <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
          <paragraph xml-lang="en-US" id="par_id3155815" role="paragraph">
             <item type="input">=IMPRODUCT("3+4j";"5-3j")</item> returns 27+11j.</paragraph>
@@ -299,7 +298,6 @@
          <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
          <paragraph xml-lang="en-US" id="par_id3152930" role="code">IMSUM(<embedvar href="text/scalc/01/ful_func.xhp#complex255_1" markup="keep"/>)</paragraph>
         <embed href="text/scalc/01/ful_func.xhp#complex255"/>
-         <embed href="text/scalc/01/04060116.xhp#complex"/>
          <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
          <paragraph xml-lang="en-US" id="par_id3147081" role="paragraph">
             <item type="input">=IMSUM("13+4j";"5+3j")</item> returns 18+7j.</paragraph>
diff --git a/source/text/scalc/01/ful_func.xhp b/source/text/scalc/01/ful_func.xhp
index 57c79fc04..642a2bf00 100644
--- a/source/text/scalc/01/ful_func.xhp
+++ b/source/text/scalc/01/ful_func.xhp
@@ -68,7 +68,7 @@
     </section>
     <paragraph role="paragraph" id="par_id91584448008632"><variable id="complex255_1">Complex 1[; Complex 2][; … ;[Complex 255]]</variable></paragraph>
     <section id="complex255">
-        <paragraph role="paragraph" id="par_id931584335947010"><emph>Complex 1[; Complex 2][; … ;[Complex 255]]</emph> are complex numbers, references to cells or to cell ranges of complex numbers.</paragraph>
+        <paragraph role="paragraph" id="par_id931584335947010"><emph>Complex 1[; Complex 2][; … ;[Complex 255]]</emph> are complex numbers, references to cells or to cell ranges of complex numbers. Complex numbers are entered in the form "x+yi" or "x+yj". </paragraph>
     </section>
     <paragraph role="paragraph" id="par_id61584448028298"><variable id="reference255_1">Reference 1[; Reference 2][; … ;[Reference 255]]</variable></paragraph>
     <section id="reference255">


More information about the Libreoffice-commits mailing list