From: Ton v. O. <tvo...@us...> - 2006-08-25 02:08:20
|
Update of /cvsroot/easycalc/easycalc/docs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32410/docs Modified Files: INSTALL.man Log Message: Updated INSTALL.man. Index: INSTALL.man =================================================================== RCS file: /cvsroot/easycalc/easycalc/docs/INSTALL.man,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** INSTALL.man 15 Jun 2001 16:23:19 -0000 1.4 --- INSTALL.man 25 Aug 2006 02:08:15 -0000 1.5 *************** *** 1,48 **** .Id $Id$ ! .TH INSTALL 7 "October 14, 2000" "EasyCalc" "EasyCalc Documentation" .SH NAME EasyCalc \- Scientific calculator for Palm's .SH REQUIREMENTS ! Palm or PalmPilot with at least PalmOS 2.0 and about 70-110K of free memory, plus 50K for MathLib. .SH INSTALLATION ! Install files MathLib.prc and one of the other 'calc_*.prc' files. These other ! files are all versions of one program, but usually without some features, ! because space on Palm is a valuable resource and some people may want to ! sacrifice features for space. Currently there are: calc_all.prc, ! calc_small.prc (no graphs, no special functions) and calc_graph.prc (graphs, ! but no special functions). .LP ! If you ! already have some older version of EasyCalc installed, please remove it before ! installing this version - you may experience weird behaviour if you don't ! because some of the data format changed. Starting from version 1.02, I no ! longer use LibEasy, because I got new prc-tools and I can create larger ! binaries. Please, remove LibEasy from your Pilot (if you can't find it in ! the list of applications, try CalcDB-OpCl, it sometimes gets renamed), you ! would be wasting space if you didn't. ! I'm neither author nor maintainer ! of MathLib, so if you have questions about this library, look at ! .BR http://www.radiks.net/~rhuebner/mathlib.html . .SH BUGS Due to floating point implementation in computers you will probably ! experience some differences when adding/subtracting a larger number from a ! smaller one (e.g. 1-1E-15). It is all the same on all calculators I have ! ever seen, you will have to get used to it.. .SH AUTHOR ! Ondrej Palkovsky <on...@pe...> ! .PD ! .LP ! Many thanks to Rafael R. Sevilla <di...@pa...> who added many ! mathematical functions I do not know. ! .PD ! .LP ! Some small portion of code is from ! <Ant...@en...> who helped me to add PYR support. .PD .LP ! And of course there are other people who sent suggestions and corrections to ! the tutorial. .SH LICENSE This program is free software; you can redistribute it and/or modify --- 1,46 ---- .Id $Id$ ! .TH INSTALL 7 "August 24, 2006" "EasyCalc" "EasyCalc Documentation" .SH NAME EasyCalc \- Scientific calculator for Palm's .SH REQUIREMENTS ! Palm or PalmPilot with at least PalmOS 2.0 and about 110K-264K of free memory, plus 50K for MathLib. .SH INSTALLATION ! Install MathLib.prc (if needed, see below) and one of the 'calc_*.prc' files using ! HotSync or your favorite installer program. ! These 'calc_*.prc' files are all versions of one program. .LP ! calc_small.prc is a minimal version (110K, English only) without graphs and special ! functions and in low resolution (160 x 160) only. This version is intended for ! the older Palm devices with limited memory. ! .LP ! The other calc_xx.prc files (264K) are various language versions of the full program ! with Sony and Palm hires support and DIA (Dynamic Input Area) support for Palm, Sony ! and Handera devices. The following language versions are available: English, German, Spanish, ! Czech (2 encodings), Portuguese, French, Italian, Russian (2 encodings) and Japanese. ! .LP ! On the Handspring Visor and the newer Palm handhelds/smart phones (T5, LifeDrive, ! TX, Treo 650, Treo 700p, ...) MathLib is already installed in the ROM. If you did ! install it into RAM on one of these devices, you can delete it and free up some ! memory. EasyCalc will warn you if it cannot find MathLib. ! .LP ! I am neither the author nor the maintainer of MathLib, so if you have questions about ! this library, look at ! .PD 0 ! .LP ! http://www.radiks.net/~rhuebner/mathlib.html . ! .PD .SH BUGS Due to floating point implementation in computers you will probably ! experience some differences when adding/subtracting a small number to/from a ! large one (e.g. 1.0 - 1.0E-15). This is inherent to the use of floating point, ! you will have to get used to it.. .SH AUTHOR ! Ondrej Palkovsky <on...@pe...> with contributions from many others. ! Many thanks to all these people. See the 'Thanks to...' menu item in the program. .PD .LP ! Also thanks to all the people who sent suggestions and corrections to the tutorial. .SH LICENSE This program is free software; you can redistribute it and/or modify |