After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760935 - Wrong solution for 10^(−0.5) and 10^(−0.2)
Wrong solution for 10^(−0.5) and 10^(−0.2)
Status: RESOLVED DUPLICATE of bug 757475
Product: gnome-calculator
Classification: Core
Component: general
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2016-01-21 14:03 UTC by codedust
Modified: 2016-01-21 15:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description codedust 2016-01-21 14:03:54 UTC
Here are the (wrong) solutions gnome-calculator presents to the user:
10^(−0.5) = 5.357543036×10³⁰⁰
10^(−0.2) = 2.582249878×10¹²⁰

I guess, there are some more exponents that result in incorrect soultions but I couldn't find any suspicious correlation.
Comment 1 Alberto Ruiz 2016-01-21 15:09:14 UTC
Thanks a lot for your report, this is already fixed in master and the gnome-3-18 branch.

I'll try to do a 3.18.4 release soon so that the fixes can hit the distributions, but I need to find some time for that.

*** This bug has been marked as a duplicate of bug 757475 ***
Comment 2 codedust 2016-01-21 15:16:08 UTC
Great to hear that! Thank you!