source: trunk/third/gcalctool/README @ 21030

Revision 21030, 2.7 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21029, which included commits to RCS files with non-trunk default branches.
Line 
1
2/*  $Header: /afs/dev.mit.edu/source/repository/third/gcalctool/README,v 1.1.1.1 2004-10-06 18:41:51 ghudson Exp $
3 *
4 *  Copyright (c) 1987-2003 Sun Microsystems, Inc.
5 *  All Rights Reserved.
6 */
7
8---------------------------------------------------------------------------
9CONTENTS:
10
111. Introduction.
122. Getting Started.
133. Calctool history.
144. Acknowledgements.
15---------------------------------------------------------------------------
16
171. Introduction.
18----------------
19
20This is v4.2.0 of gcalctool, the calculator application that was previously
21in the OpenWindows Deskset of the Solaris 8 operating system. Sun Microsystems
22Inc. have kindly given me permission to release it.
23
24It incorporates a multiple precision arithmetic packages based on the work
25of Professor Richard Brent, who has also kindly given me permission to make
26it available.
27
28There is a single graphics driver for Gtk2 included with this release.
29
30
312. Getting started.
32-------------------
33
34See the file 'INSTALL'
35
36The manual pages also describe how to use gcalctool in detail.
37
38There is a TODO file included which lists current bugs, and the
39enhancements that will hopefully be added in the future.
40
41
423. Calctool history.
43--------------------
44
45Calctool was a project I worked on before I joined the OpenWindows DeskSet
46engineering group at Sun. It was originally released to comp.sources.unix
47in the late 1980's, and worked with many different graphics packages
48including SunView, X11, Xview, NeWS and MGR. There was also a version
49that worked on dumb tty terminals.
50
51It used a double-precision maths library that was a combination of the work
52of Fred Fish and various routines that were in the BSD 4.3 maths library.
53
54A lot of people in the community provided feedback in the form of comments,
55bug reports and fixes. In 1990, I started working in the DeskSet engineering
56group. I was working for Sun Microsystems in Australia at the time, (having
57moved there from England in 1983).
58
59I searched around looking for multiple precision maths libraries and found
60a package called MP written in FORTRAN by Richard Brent. I converted it to C,
61adjusted the glue between the resultant code and the calctool code, and this
62went on to be the basis of the calculator that was in the OpenWindows DeskSet.
63I also added scientific, financial and logical modes. This calctool was also
64the basis of the dtcalc application that is a part of CDE (albeit I had
65nothing to do with that).
66
67With its inclusion in the GNOME CVS repository, it was renamed to gcalctool.
68
69
704. Acknowledgements.
71--------------------
72
73See the AUTHORS file.
74
75----------------------------------------------------------------------------
76
77Suggestions for further improvement would be most welcome, plus bug reports
78and comments.
79
80Rich Burridge,          rich.burridge@Sun.COM
81
Note: See TracBrowser for help on using the repository browser.