diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-10-11 17:47:51 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-10-11 17:47:51 +0200 |
commit | 1b129873b6a7515a6da0d31d364638290da8bcad (patch) | |
tree | 8a32d1df5c245d98eb3545279d7c85dc0baba2b0 /source | |
parent | 70fe48b2fece8667bd718034086e3f24d1e8abff (diff) |
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
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/04060115.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/04060115.xhp b/source/text/scalc/01/04060115.xhp index de721f9db7..0f2d555bb3 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> |