This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 4cf5e4efbe93245353abf5e77db4069f4ae95c00 Author: Pedro F. Giffuni <[email protected]> AuthorDate: Wed Aug 26 22:38:32 2026 -0500 helpcontent: Fix test values. Confirmed with external software: IMSECH("3+4j") = -0.065294027857947 + 0.075224960302773 i IMCSCH("3+4j") = -0.064877471370636 + 0.075489832915864 i --- main/helpcontent2/source/text/scalc/01/04060116.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/helpcontent2/source/text/scalc/01/04060116.xhp b/main/helpcontent2/source/text/scalc/01/04060116.xhp index a7511bb999..0b4474ba7d 100644 --- a/main/helpcontent2/source/text/scalc/01/04060116.xhp +++ b/main/helpcontent2/source/text/scalc/01/04060116.xhp @@ -160,7 +160,7 @@ <paragraph xml-lang="en-US" id="par_id3147419" role="code" l10n="New">IMCSCH("ComplexNumber")</paragraph> <embed href="text/scalc/01/04060116.xhp#complex"/> <paragraph xml-lang="en-US" id="hd_id3152984" role="heading" level="3" l10n="New">Example</paragraph> -<paragraph xml-lang="en-US" id="par_id3157905" role="paragraph" l10n="New"><item type="input">=IMCSCH("3+4j") </item>returns -1.30632891+1.51251400j (rounded).</paragraph> +<paragraph xml-lang="en-US" id="par_id3157905" role="paragraph" l10n="New"><item type="input">=IMCSCH("3+4j") </item>returns -0.06487747+0.07548983j (rounded).</paragraph> </section> <section id="imdiv"> <bookmark xml-lang="en-US" branch="index" id="bm_id3150024"> @@ -290,7 +290,7 @@ <paragraph xml-lang="en-US" id="par_id3150388" role="code" l10n="New">IMSECH("ComplexNumber")</paragraph> <embed href="text/scalc/01/04060116.xhp#complex"/> <paragraph xml-lang="en-US" id="hd_id3150614" role="heading" level="3" l10n="New">Example</paragraph> -<paragraph xml-lang="en-US" id="par_id3154311" role="paragraph" l10n="New"><item type="input">=IMSECH("3+4j")</item> returns -1.30823089+1.51467895j (rounded).</paragraph> +<paragraph xml-lang="en-US" id="par_id3154311" role="paragraph" l10n="New"><item type="input">=IMSECH("3+4j")</item> returns --0.065294028+0.07522496j (rounded).</paragraph> </section> <section id="imsin"> <bookmark xml-lang="en-US" branch="index" id="bm_id3148431">
