home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / zakelijk / esbcalc / readme.txt < prev    next >
Encoding:
Text File  |  1999-07-07  |  9.2 KB  |  265 lines

  1. ESBCalcÖ v1.4 7 July 1999
  2.  
  3. by ESB Consultancy (Glenn Crouch) mailto:info@esbconsult.com.au
  4.  
  5. (c) 1998-1999 ESB Consultancy
  6. PO Box 2259
  7. Boulder WA 6432
  8. AUSTRALIA
  9. http://www.esbconsult.com.au
  10.  
  11. Installation: Run Setup.exe and follow instructions. 
  12. Includes Uninstaller. 
  13.  
  14. Status: Freeware, freely distributable
  15.  
  16. This is a small Scientific Calculator that supports full precedence.
  17. Currently it does not support Exponential Notation, but does include
  18. a number of functions, Clipboard Support, History of results and more.
  19.  
  20. A standalone Executable is included. The Source Directory is the Delphi 4
  21. source code.
  22.  
  23. Notes on the Calculator
  24. =======================
  25.  
  26. 1. Results are only entered into the History List when the "=" button is
  27. pressed. Only the last 10 items are remembered and these are stored in the
  28. registry. There is also the option in the History list to clear previous
  29. items.
  30.  
  31. 2. 10^x can be calculated using INV and LOG buttons, or by entering 10
  32. and then using the x^y button.
  33.  
  34. 3. e^x can be calculated using INV and LN buttons, or by pressing the
  35. "e" button and then using the x^y button
  36.  
  37. 4. x^1/y (i.e. the y-th root of x) can be calculated using INV and x^y
  38. buttons.
  39.  
  40. 5. Inverse exist for all the Trigonometric functions by using the INV
  41. button than one of SIN, COS or TAN buttons.
  42.  
  43. 6. The Radian/Degree toggle, the number of decimal places and the contents
  44. of Memory are saved to the Registry.
  45.  
  46. 7. Using the Thousand's separator is on by default - use the option button
  47. next to the Memory display to change this. Copying and pasting results
  48. with Thousand's separators may upset some edit fields.
  49.  
  50. 8. Decimal Point and Thousand's separator should be displayed in what ever
  51. character the Regional Settings of your MS Windows 95/98/NT is setup for. If
  52. you expect to see a ',' for a decimal point but don't then you may still
  53. have US (or something similar) settings.
  54.  
  55. 9. ESBCalc executable is now ASPack'ed. If you rebuild the executable it
  56. will be much larger than the one supplied. Get a copy of ASPack from:
  57.  
  58. http://www.alenka.spb.ru/aspack
  59.  
  60. It's free for non-commercial use and only $29 to register for commercial
  61. use. We are registered users.
  62.  
  63. Known Problems
  64. ==============
  65.  
  66. 1. Due to the lack of support for Scientific Notation, ESBCalc does sometimes
  67. cause "funny" things to happen when number get too large.
  68.  
  69. Notes on Source
  70. ===============
  71.  
  72. ESBCalc uses the new features of Delphi 4 (Dynamic Arrays).
  73. The user interface is made up almost entirely of LMD Tools 4.5
  74. components.
  75.  
  76. To recompile the source you need:
  77.  
  78. - Delphi 4 Professional or C/S (as the Math Unit is used)
  79. - LMD Tools 4.5
  80. - Aleksey Xacker's CaptBtn (included)
  81.  
  82. A Trial version of LMDTools 4.5 is available from:
  83.  
  84. http://www.lmdtools.com
  85.  
  86. Licensing
  87. =========
  88.  
  89. Developers are free to use the code as you see fit, however an Email or
  90. Postcard would be nice, as would a reference to our web site included on
  91. our web site or in your docs. Though none of this is obligatory.
  92.  
  93. You are, however, specifically prohibited from charging, or requesting
  94. donations, for any copies of this program as it stands; if you wish to
  95. include it on a CD that is sold at a reasonable price please notify us
  96. of your intent by email - we normally are happy to grant permission.
  97.  
  98. ESB Consultancy makes no guarantees regarding the capabilities
  99. nor the "Safeness" of this code. It is free after all, so you take
  100. all the risks :-)
  101.  
  102. ESB Consultancy makes no promise of support for this code, however we
  103. are happy to receive Email comments
  104.  
  105. Support
  106. =======
  107.  
  108. There is a support Mailing List available to all. Details on our
  109. Web Site or check out the Site direct:
  110.  
  111. http://www.egroups.com/list/esbstats/
  112.  
  113. History:
  114. ========
  115.  
  116. 1.4 7 July 1999
  117.     - Now uses LMD 4.5
  118.     - Add Constants SubMenu containing various Physical Constraints
  119.     - Added an Internal UseConstant Routine
  120.     - Added a Minimize Button to Caption with Aleksey Xacker's CaptBtn
  121.         Freeware Component - Zipped Unit Included in Source Dir
  122.     - Stopped using LMDHideNonVC
  123.  
  124. 1.3 5 April 1999
  125.     - Added Percentage Operator
  126.     - Added Exit & Minimize to Option Button
  127.     - Fixed up some of the Hints
  128.  
  129. 1.2.1 12 March 1999
  130.     - Minor updates to ASPACK and LMD Tools
  131.     - Updated details in the About Box
  132.         
  133. 1.2 2 February 1999
  134.     - Added Option Button Next to Memory at the bottom
  135.     - Added Option to display thousands separator - on by Default
  136.     - Exe now ASPacked
  137.     - Source now uses a LMDHideNonVC to make the form a little more
  138.       manageable.
  139.  
  140. 1.1 14 January 1999
  141.     - Fixed problem with flickering Hints
  142.     - Added 10 Most Recent results (i.e. when equals was pressed)
  143.  
  144. 1.0.2 5 January
  145.     - Added Radians/Degrees Toggle button so that Trig Functions
  146.        can be done in either Radians or Degrees.
  147.     - Radians/Degrees Toggle state saved to Registry
  148.     - Number of Decimal places saved to Registry
  149.     - Memory now saved to Registry
  150.  
  151. 1.0.1
  152.     - Added "Backspace"
  153.     - Changed the Maximum number of Decimals to 18.
  154.     - About Box added.
  155.     - Improved Exception Handling.
  156.  
  157. 1.0 2 Dec 1998
  158.     - Initial Release
  159.  
  160. OTHER PRODUCTS
  161. ==============
  162.  
  163. ESBPDFÖ Analysis
  164. ================
  165.  
  166. Provides everything needed for using Discrete & Continuous Probability
  167. Distributions in a single application. Most Tables and supplied functions
  168. (such as in MS Excel) give P(X <= A) and using algebra other results can
  169. be found whereas ESB PDF Analysis handles all the Probability combinations
  170. for you.
  171.  
  172. Features include: Binomial, Poisson, Normal, Exponential, Student t, Chi
  173. Squared and F Distributions; Inverses of the Normal, Student t, Chi Squared
  174. and F Distributions; Lists of Binomial Coefficients, Factorials, 
  175. Permutations; Fully Customisable; Integrated Help System which includes 
  176. a Tutorial.
  177.  
  178. We also plan on adding many more Distributions and features. Ideal for the
  179. Maths/Stats Student who wishes to understand Probability Distributions
  180. better, as well as the Maths Buff who wants a well designed calculating
  181. tool.
  182.  
  183. Fully Functional Trial version available from our web site.
  184.  
  185. ESBStatsÖ
  186. =========
  187.  
  188. - Single, Dual (paired and unpaired) and Multiple Data Analysis.
  189. - Data can be either for Sample or Population
  190. - Data can be Time Based
  191. - Data can be entered as Raw Data; Grouped Data; or as Summary Data
  192. - Raw Data can be converted into Grouped Data
  193. - Raw Data can have in-built Transformations applied to them
  194. - Raw Data can have Custom defined Transformations applied to them
  195. - Raw Data can have Random values meeting user defined criteria
  196. - Data can be fully documented and stored in DataLists
  197. - Standardisation of Data around given mean/standard deviation
  198. - DataLists are grouped together in Workbooks - one Workbook is opened at 
  199.   a time and can contain many DataLists
  200. - ESB Statistical Workbooks (.esw) are Compound Documents like MS Word
  201.   Documents and MS Excel Spreadsheets, thus they support the same properties 
  202.   in Explorer.
  203. - Sample Size calculations
  204. - Random Sampling Lists
  205. - Statistical Summary including: mean, median, mode, variance, standard 
  206.   deviation, kurtosis, skew, etc.
  207. - Comparison of Statistics for Raw and Grouped of the same Data.
  208. - Graphs and Charts including: Histograms, Line Graphs, Pie Graphs, 
  209.   Ogives, Scatter Diagrams, etc
  210. - Inference and Hypothesis Analysis of a Single Population - including the 
  211.   Mean, the Variance and Proportions.
  212. - Inference and Hypothesis Analysis of Two Populations - including Difference 
  213.   of the Mean, Ratio of the Variance, Difference of Proportions.
  214. - Analysis of Variance (ANOVA)
  215. - Analysis of Contingency Tables
  216. - Nonparametric Statistics such as Wilcoxon Rank Sum Test
  217. - Linear Regression with Transformations of the dependent variable
  218. - Multiple Regression with Transformations of the dependent variables 
  219. - Custom defined Transformations for Dual Data and Multiple Data Analysis
  220. - Moving Averages
  221. - Trend Analysis of Time Series Data
  222. - Curve Fitting - calculation of polynomials and splines
  223. - Data Import and Export to Text, Comma Delimited and Tab Delimited
  224. - Data Import and Export to Excel
  225. - Data Import and Export to DBF
  226. - Data Import and Export to WKS
  227. - Data Input and Export via ODBC to Databases such as MS Access, 
  228.   SQL Server and Oracle
  229. - Saving of Charts and Graphs to BMP, WMF, EMF and JPG
  230. - Saving of Summaries to RTF
  231. - Sophisticated Reporting with Previewing
  232. - HTML Output for integration into your Website
  233. - Integrated Scientific Calculator also available as standalone
  234. - Documentation Fields include Live Spell Checking like in MS Word
  235. - Spell Checking and Thesaurus available on all Edit Fields
  236. - Fully customisable interface
  237. - Fully Integrated Help System
  238. - On-line Tutorial
  239.  
  240. Available in 3 Editions: Lite, Standard and Professional
  241.  
  242. ESBRoutinesÖ
  243. ============
  244.  
  245. Collection of misc Delphi 32 Routines covering Strings, Block
  246. Manipulation, Conversions, Bit Lists and more. Freeware. Includes
  247. full Source and Help File.
  248.  
  249. ESBMathsÖ
  250. =========
  251.  
  252. Collection of Maths and Stats Routines for Delphi 32. Freeware.
  253. Includes full Source and Help File.
  254.  
  255. ESBDatesÖ
  256. =========
  257.  
  258. Collection of Date/Time Routines for Delphi 3 and 4 that supplement those
  259. supplied with SysUtils. Freeware. Full Source and Help File.
  260.  
  261. ---
  262. ESB Consultancy mailto:info@esbconsult.com.au
  263. http://www.esbconsult.com.au
  264.  
  265.