home *** CD-ROM | disk | FTP | other *** search
/ Megahits 4 / MegaHits_Vol.4.iso / mui / misc / math / intuicalc_mui / intuicalc.doc < prev    next >
Encoding:
Text File  |  1994-10-24  |  2.7 KB  |  115 lines

  1.  
  2.                             IntuiCalc_MUI V1.1
  3.                             ==================
  4.  
  5.  
  6. Legal stuff
  7. ===========
  8.  
  9. IntuiCalc is FreeWare, all rights reserved.
  10. The author undertakes not liability for any dammage caused by this
  11. program.
  12.  
  13.                          USE IT AT YOUR OWN RISK !!
  14.  
  15. IntuiCalc may be freely copied. It is allowed to upload the program to any 
  16. mailbox, add it on PD-Disks or include it on PD-CD's.
  17.  
  18.  
  19. IntuiCalc is a MUI application. MUI is (c) by Stefan Stuntz. Look at
  20. Readme.MUI for registration.
  21.  
  22.  
  23. !!! 
  24. MUI is not part of this archive. You have to get MUI elsewhere. 
  25. Read Readme.MUI !
  26. !!!
  27.  
  28.  
  29.  
  30.  
  31. Introduction
  32. ============
  33.  
  34. IntuiCalc is a calculator similar to that on the Workbench-disk.
  35. IntuiCalc knows the usual functions (i.e. sinh). Instead of most other
  36. calculators, you have to enter the whole function (as a string) first.
  37.  
  38.  
  39. What you need
  40. =============
  41.  
  42. IntuiCalc uses MUI, so you NEED Kickstart/Workbench 2.04 or higher and
  43. a copy of MUI.
  44. To make the Code small, IntuiCalc uses the functions of mtool.library.
  45. So you should have one copy in LIBS:. You also need the both mathieee#?libs
  46. in LIBS:
  47.  
  48.  
  49. How to use
  50. ==========
  51.  
  52. After starting the program, a window should appear.
  53. In the window are
  54.  
  55.  - a big stringgadget
  56.  - some lines of gadgets with different sizes.
  57.  
  58. By clicking on a gadget, the gadgettext is added to the end of the text
  59. in the stringgadget. Only three gadgets behave different (in () the key
  60. you can use instead):
  61.  
  62.  - "<="  deletes the last character (backspace)
  63.  - "CLR" deletes the text in the stringgadget
  64.  - "="   calculates the result and shows it. ("=", Return)
  65.  
  66. The result of the last calculation is saved in "x". You can use it in the
  67. next function via "ANS".
  68.  
  69. You can enter functions up to 490 characters. You should only type lower
  70. characters.
  71.  
  72.  
  73. Some Options
  74. ============
  75.  
  76. "M IN" and "M+" is identical to "=","M IN" or "=","M+". To clear the 
  77. memory, enter a 0 and use "M IN".
  78.  
  79. The stringgadget is cleared after a calculation just before the next action
  80. is done.
  81.  
  82. HELP activates an ABOUT-requester.
  83.  
  84. Errormessages
  85. =============
  86.  
  87. IntuiCalc detects some errors:
  88.  
  89.  - brace mismatch. There must be a ")" vor each "(". Some functions (sin)
  90.    automatically add a "(". YOU must add the ")".
  91.  - "There was an error". Well, you did something wrong, i.e. sqr(-1) or so.
  92.  
  93.  
  94.  
  95.  
  96. My address
  97. ==========
  98.  
  99. If you have hints, bug-reports, money or anything like this for me, you can
  100. reach me via:
  101.  
  102.                         Ruediger Dreier
  103.                         Gustav-Winkler-Str. 40
  104.                 D-33699 Bielefeld
  105.                         Germany
  106.  
  107. I can be reached via email:
  108.  
  109.    ruediger.dreier@dave.hrz.uni-bielefeld.de
  110.  
  111.  
  112. The address of Stefan Stuntz is in Readme.MUI.
  113.  
  114.  
  115.