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

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Wed Oct 11 15:49:29 UTC 2017


 source/text/scalc/01/04060115.xhp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1b129873b6a7515a6da0d31d364638290da8bcad
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Wed Oct 11 17:47:51 2017 +0200

    BESSELJ: if you state result is the same as above, it should be the same
    
    4.33 is treated as 4 since the decimals are ignored, but for some reason
    help referenced a different value...
    
    Change-Id: I9c0a97516ff7b9eb713fcb6eea994a737687945b

diff --git a/source/text/scalc/01/04060115.xhp b/source/text/scalc/01/04060115.xhp
index de721f9db..0f2d555bb 100644
--- a/source/text/scalc/01/04060115.xhp
+++ b/source/text/scalc/01/04060115.xhp
@@ -74,7 +74,7 @@
 
 <paragraph id="hd_id050220171032372274" role="heading" level="3" xml-lang="en-US">Examples</paragraph>
 <paragraph id="par_id050220171019077179" role="paragraph" xml-lang="en-US">=BESSELJ(3.45, 4), returns 0.196772639864984</paragraph>
-<paragraph id="par_id050220171019078280" role="paragraph" xml-lang="en-US">=BESSELJ(3.45, 4.333), returns 0.144803466373734, same as above because the fractional part of N is ignored.</paragraph>
+<paragraph id="par_id050220171019078280" role="paragraph" xml-lang="en-US">=BESSELJ(3.45, 4.333), returns 0.196772639864984, same as above because the fractional part of N is ignored.</paragraph>
 <paragraph id="par_id050220171019079818" role="paragraph" xml-lang="en-US">=BESSELJ(-1, 3), returns -0.019563353982668</paragraph>
 </section>
 
@@ -410,4 +410,4 @@
 </section>
 </body>
 
-</helpdocument>
\ No newline at end of file
+</helpdocument>


More information about the Libreoffice-commits mailing list