home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 600-699 / ff695.lha / ICalc / ReadMe.First < prev    next >
Text File  |  1992-07-13  |  4KB  |  112 lines

  1. icalc version 2.0
  2. (C) 1991, 1992 Martin W. Scott. All Rights Reserved.
  3.  
  4. Welcome to icalc version 2.0! If you're new to icalc, first read this
  5. document, then the 'UserGuide'. If you've used it before, give the
  6. 'UserGuide' a quick review, and optionally read 'AdvancedGuide'.
  7.  
  8. This version contains a major bug fix to the sqrt function, some minor
  9. (pvr-based) bug fixes to the inverse trig functions, and many major
  10. enhancements.
  11.  
  12.  
  13. Overview
  14. --------
  15. icalc is a (shell-based) calculator/programming language, with a number
  16. of powerful features:
  17.  
  18.     - evaluates complicated expressions in same manner as many
  19.       programming languages and advanced pocket calculators;
  20.  
  21.     - many built-in functions and constants;
  22.  
  23.     - arbitrarily named variables;
  24.  
  25.     - user-defined functions with C-like control-structures;
  26.  
  27.     - one-dimensional arrays;
  28.  
  29.     - performs complex-number arithmetic (including builtin functions);
  30.  
  31.     - extensible through script files;
  32.  
  33.     - much more.
  34.  
  35.  
  36. You can react in a number of ways to the above list:
  37.  
  38.     Reaction:  Looks too complicated for me!
  39.     My Answer: You don't have to utilise what you don't want/need to;
  40.            you can use icalc at a number of different levels.
  41.  
  42.     Reaction:  It's free, so it's bound to be pretty crap...
  43.     My Answer: Try it out. If you still think that, pass it over. I
  44.            could have made it shareware, but it's against my
  45.            principles (still an idealist at my age...)
  46.  
  47.     Reaction:  Who needs another programming language?
  48.     My Answer: icalc is fast enough for many math tasks, and is quick
  49.            to get into -- no compilation etc., it's interactive,
  50.            and great for prototyping. Plus, if you need complex
  51.            arithmetic, you don't have to write loads of support
  52.            routines, I've already done that.
  53.  
  54.  
  55. Documentation
  56. -------------
  57. Apart from this file and the history, instructions are split into two
  58. parts, a User Guide, and an Advanced Guide. The user guide covers
  59. material explaining the calculator nature of icalc, with simple function
  60. definition; the Advanced Guide covers control-structures, arrays and
  61. more complicated function definitions.
  62.  
  63. You may notice that the User Guide is nicely formatted, whilst the
  64. Advanced Guide is not. This is because I used nro for document processing
  65. in the past, but intend switching it over to TeX.
  66.  
  67.  
  68. Installation
  69. ------------
  70. icalc uses the standard Commodore mathieeedoub-libraries, which should
  71. be in your LIBS: directory. You may optionally copy the 'icalc.init'
  72. file to your S: directory. It contains various useful extensions to
  73. icalc, and is read on startup. That's it.
  74.  
  75.  
  76. Scripts
  77. -------
  78. icalc comes with a few useful scripts. If you write any that you think
  79. may be useful, send them to me and I'll include them in the next release.
  80.  
  81.  
  82. Contact + Moans
  83. ---------------
  84. Source is available on request, for a fee of $25 (US), or equivalent in
  85. your currency. Cash or IMOs/Eurochecques are preferable to Bank cheques.
  86. For the same fee, versions compiled for 680x0 with 6888x can be obtained.
  87.  
  88. Send all comments, suggestions, bug-reports, scripts, money etc. to me at:
  89.  
  90.     Martin W. Scott,
  91.     23, Drum Brae North,
  92.     Edinburgh  EH4 8AT,
  93.     United Kingdom.
  94.  
  95. I can be contacted by email (until about June 1993) at:
  96.  
  97.     mws@castle.ed.ac.uk
  98.  
  99. I would like to thank the (few) people who have responded to previous
  100. versions of icalc. Although I write software mainly for myself, I go to
  101. considerable effort making it releasable (such as writing documentation).
  102. If I get little or no response from this release, I must assume that
  103. little or no people are using it, and thus will stop issuing updates and
  104. bug fixes. icalc is NOT shareware, and although I'm happy to receive
  105. contributions for my efforts, I don't expect them. I DO expect people to
  106. let me know they're using icalc though, even if it's just a postcard.
  107.  
  108.  
  109. Thank you for reading, and enjoy...
  110.  
  111.     Martin.
  112.