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 317538 - Exponent problem in Eng mode
Exponent problem in Eng mode
Status: RESOLVED DUPLICATE of bug 317378
Product: gnome-calculator
Classification: Core
Component: general
5.6.x
Other All
: Normal normal
: ---
Assigned To: Sami Pietilä
Sami Pietilä
Depends on:
Blocks:
 
 
Reported: 2005-09-29 16:51 UTC by Rich Burridge
Modified: 2005-10-12 15:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich Burridge 2005-09-29 16:51:35 UTC
From Paul Sorensen <paul at kc9asu dot net> via email:

With eng display mode set, if you enter:
1 exp 12 / 1 exp 8 =
You get:
100e+18
which should be:
10e+3

However if you enter:
1 exp 12 / 100000000 =
You do get the expected:
10e+3

It appears you are adding exponents instead of subracting for division.
But only if both numbers are entered in exponential format.

I first noticed it in version 5.5.45 which is included in Fedora core 4
distribution. I saw that version 5.6.31 was available, so I downloaded
and installed. Same problem.
Comment 1 Rich Burridge 2005-09-29 16:53:04 UTC
Assigning to Sami as this shows up in Arithmetic Operator Precedence mode.
Comment 2 Brent Smith (smitten) 2005-09-30 00:02:08 UTC
I can reproduce, marking as NEW.
Comment 3 Rich Burridge 2005-10-12 15:46:49 UTC
Marking as a duplicate of bug #317378.

*** This bug has been marked as a duplicate of 317378 ***