home *** CD-ROM | disk | FTP | other *** search
/ Freelog 46 / Freelog046.iso / Bas / Bureautique / Esbcalc / Readme.Txt < prev    next >
Text File  |  2003-01-21  |  5KB  |  160 lines

  1. ESBCalc(TM) v4.2 Released 22-January-2003
  2. by ESB Consultancy
  3. mailto:support@esbconsult.com
  4.  
  5. Copyright (c)1998-2004 ESB Consultancy
  6.  
  7. PO Box 2259
  8. Boulder WA 6449
  9. AUSTRALIA
  10. http://www.esbconsult.com/
  11.  
  12. ESBCalc Web Page: http://www.esbconsult.com/esbcalc
  13. ESBCalc support mailto:esbcalc@esbconsult.com
  14.  
  15. Installation: Run Setup.exe and follow instructions.
  16. Includes Uninstaller.
  17.  
  18. Status: Freeware, freely distributable - see License.txt
  19.  
  20. History: See Whatsnew.Txt
  21.  
  22. Other Products: See ESBProducts.pdf
  23.  
  24. This is a small Scientific Calculator that supports full precedence.
  25. It does not support Exponential Notation, but does include a number of
  26. functions (including Trigonometric, Hyperbolic, & Logarithmic - Base 10,
  27. Base 2 & Natural), Paper Trail, Clipboard Support, History of results and
  28. more.
  29.  
  30. ESBCalc Pro: if you would like a more featured Scientific Calculator with
  31. Exponential Notation, enhanced Paper Trail, more customisation, user defined
  32. constants, online help and more, then check out ESBCalc Pro - only $19USD
  33. - or grab the whole suite of calculators including ESBUnitConv Pro for
  34. only $35USD.
  35.  
  36. More details at:
  37.  
  38. http://www.esbconsult.com/esbcalc
  39.  
  40. Send email to esbcalc@esbconsult.com if you would like to be on a low traffic
  41. announcement mailing list for the ESBCalc range of products.
  42.  
  43. Products Used
  44. =============
  45. Developed in Borland Delphi 7
  46. http://www.borland.com/delphi
  47.  
  48. using
  49.  
  50. ESBPCS v3 (not yet released);
  51. http://www.esbconsult.com/esbpcs2
  52.  
  53. LMD-Tools 6
  54. http://www.lmdtools.com/
  55.  
  56. Glyphs from GlyFx
  57. http://www.glyfx.com/
  58.  
  59. Executable has been ASPack'ed:
  60. http://www.aspack.com/
  61.  
  62. Installation uses:
  63.  
  64. Inno Setup
  65. http://www.jrsoftware.org/
  66.  
  67.  
  68. Notes on the Calculator
  69. =======================
  70.  
  71. 1. Results are only entered into the History List when the "=" button is
  72. pressed. Only the last 10 items are remembered and these are stored in the
  73. registry. There is also the option in the History list to clear previous
  74. items. The History List only stores displayed values not the internal values.
  75.  
  76. 2. 10^x can be calculated using INV and LOG buttons, or by entering 10
  77. and then using the x^y button.
  78.  
  79. 3. e^x can be calculated using INV and LN buttons, or by pressing the
  80. "e" button and then using the x^y button
  81.  
  82. 4. 2^x can be calculated using INV and LG2 buttons, or by entering 2
  83. and then using the x^y button.
  84.  
  85. 5. x^1/y (i.e. the y-th root of x) can be calculated using INV and x^y
  86. buttons.
  87.  
  88. 6. Inverse exist for all the Trigonometric functions by using the INV
  89. button than one of SIN, COS or TAN buttons.
  90.  
  91. 7. Hyperbolic functions are done by first pressing the HYP button and
  92. then one of SIN, COS or TAN buttons.
  93.  
  94. 8. Inverse Hyperbolic Functions are done by pressing INV then HYP (order
  95. does not matter so HYP then INV is also okay) then one of SIN, COS or
  96. TAN buttons.
  97.  
  98. 9. The Radian/Degree toggle, the number of decimal places and the contents
  99. of Memory are saved to the Registry. As is the History. The contents of
  100. the Paper Trail are not saved.
  101.  
  102. 10. Using the Thousand's separator is on by default - use the option button
  103. next to the Memory display to change this. Copying and pasting results
  104. with Thousand's separators may upset some edit fields.
  105.  
  106. 11. Decimal Point and Thousand's separator should be displayed in what ever
  107. character the Regional Settings of your MS Windows 9X/NT/2000/XP is setup
  108. for. If you expect to see a ',' for a decimal point but don't then you may
  109. still have US (or something similar) settings.
  110.  
  111. 12. When using XP Style Buttons under Windows XP, the colour options for the
  112. buttons will be ignored.
  113.  
  114. 13. Last Error (under info button) displays details about the last error that
  115. occurred. AC clears this.
  116.  
  117. 14. % functions as an infix operation, thus 25 % 10 calculates 10% of 25 and
  118. would return 2.5  - it does not currently support operations such as 25 + 10 %
  119. which some calculators interpret to mean add 10% of 25 to 25 thus 27.5
  120.  
  121. Keyboard Shortcuts:
  122.  
  123. Besides the obvious ones:
  124.  
  125. / - same as divide button
  126. ^ - same as power (x^y) button
  127. A - same as AC - All Clear - button
  128. C - same as C - Clear - button
  129. _ - same as change sign button
  130.  
  131. Also hitting Enter/Return is the same as hitting the equals button.
  132.  
  133. Known Problems
  134. ==============
  135.  
  136. 1. Due to the lack of support for Scientific Notation, ESBCalc does sometimes
  137. cause "funny" things to happen when number get too large. Check out ESBCalc Pro
  138. if you need to play with bigger numbers.
  139.  
  140. 2. ESBCalc may not view correctly when cetrain "Large Fonts" are used and
  141. certain Themes. Try selecting a different Font and/or Theme. We improved on
  142. this significantly with v4.
  143.  
  144. 3. When dealing with a large number of digits and having thousands separators on
  145. can cause the fields to "overflow". Try adjusting Font and/or Font Size till
  146. you find one that you are happy with.
  147.  
  148. Support
  149. =======
  150.  
  151. Send your support questions to mailto:esbcalc@esbconsult.com
  152.  
  153. Please let us know of any problems and especially let us know of things you
  154. would like to see added.
  155.  
  156. ---
  157. ESB Consultancy mailto:support@esbconsult.com
  158. http://www.esbconsult.com/
  159.  
  160.