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 367738 - [doc] Square root documentation needs to be updated.
[doc] Square root documentation needs to be updated.
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: docs
5.9.x
Other All
: Normal normal
: ---
Assigned To: Rich Burridge
Rich Burridge
Depends on:
Blocks:
 
 
Reported: 2006-10-30 16:29 UTC by Rich Burridge
Modified: 2007-10-02 17:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Patch to fix the problem. (1.63 KB, patch)
2007-10-02 17:32 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2006-10-30 16:29:51 UTC
The documentation for operations like "square root" is
incorrect when the user is in arithmetic operator precedence
mode. In order to do the square root of 5, the actual sequence 
of commands that they have to enter is:

   Sqrt(  5  )  =

There are probably several other similar operations that need 
to be formatted this way.

(Originally filed as bug #328524).
Comment 1 Rich Burridge 2007-10-02 17:32:05 UTC
Created attachment 96528 [details] [review]
Patch to fix the problem.
Comment 2 Rich Burridge 2007-10-02 17:35:50 UTC
Patch committed. Closing as FIXED.