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 367712 - [doc] Need to document how to enter scientific number s with a negative exponent in AOP mode.
[doc] Need to document how to enter scientific number s with a negative expon...
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: docs
5.9.x
Other All
: Normal normal
: ---
Assigned To: Rich Burridge
Rich Burridge
: 402476 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-30 15:58 UTC by Rich Burridge
Modified: 2007-01-31 17:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Patch to fix the problem. (9.42 KB, patch)
2006-11-27 23:32 UTC, Rich Burridge
none Details | Review

Description Rich Burridge 2006-10-30 15:58:51 UTC
The way of entering scientific numbers with a negative exponent is
different in arithmetic operator precedence mode that the way it's 
done in non-arithmetic operator precedence mode ("classic" mode).

In non-arithmetic operator precedence mode, you would enter something like:

   12 Exp 8 +/- to get 0.00000012

This is how it's currently documented.

In arithmetic operator precedence mode, you would enter:

   12 Exp - 8

Notice the use of the minus sign instead of the change sign, and
the change of entry order.

(Originally filed as bug #309182).
Comment 1 Rich Burridge 2006-11-27 23:32:09 UTC
Created attachment 77255 [details] [review]
Patch to fix the problem.
Comment 2 Rich Burridge 2006-11-27 23:33:09 UTC
Changes checked into CVS HEAD. Closing as FIXED. I will be
generating a new gcalctool tarball for the GNOME 2.17.3 release
in about a weeks time.
Comment 3 Rich Burridge 2007-01-31 17:58:38 UTC
*** Bug 402476 has been marked as a duplicate of this bug. ***