[Libreoffice-bugs] [Bug 125676] Cosinus wrong value
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 4 10:20:13 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=125676
Tomaz Vajngerl <quikee at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|Inherited From OOo |6.2.1.1 rc
Hardware|All |x86-64 (AMD64)
OS|All |Windows (All)
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--- Comment #2 from Tomaz Vajngerl <quikee at gmail.com> ---
Nope, that's correct and expected. Calc (or better computers in general)
doesn't calculate with infinite precision (it uses floating points internally)
so there are cases, where a calculation will produce an (rounding) error.
So in cases like this you need to round things to the nearest decimal (=ROUND)
- with that you also define how much precision you can tolerate.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190604/256ba4b2/attachment.html>
More information about the Libreoffice-bugs
mailing list