home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Newton / Application / SciCalc / readme < prev   
Text File  |  1993-08-14  |  4KB  |  65 lines

  1. About SciCalc - the first scientific calculator for the Apple Newton™
  2.  
  3. SciCalc is a simple implementation of a standard (i.e. NOT Reverse Polish or 'RPN') scientific calculator for the Apple Newton MessagePad and similar PDAs.  This is the first release version, which has so far only been tested by the developer.  If you do find problems, please let me know so that I can rectify them in the next release.
  4.  
  5. To load it into a Newton MessagePad, you must have a Mac (on which you should be reading this!) and the beta Connection Kit.  Simply connect your Mac to your Newton, and install the Calc.pkg file as a Newton application, down the connection to your Newton.
  6.  
  7. Current features:
  8. All floating point numeric calculations normally found on a basic 'scientific' calculator, including a wide range of trig and exp/log functions.
  9. A single number display, edited by button use only.
  10. Two standard financial functions.
  11. Two user-accessible memorys, which include summation functions.
  12. Constants Pi and e available from keys.
  13. Conversion to and from radians and degrees.
  14.  
  15. Planned features:
  16. Hexadecimal math (possibly even with hexadecimal point!).
  17. Copying of result to other Newton apps.
  18. My own error/exception trapping.
  19.  
  20. Note that currently the hex keys (A-F, and the radio button to switch between them) are non-functional.
  21.  
  22. All routines used are standard built-in Newton math routines, except for the degree to radian conversions, which are simple arithmetic ones.
  23.  
  24. Note on key naming:
  25. x^y is 'x to the power of y'
  26. sqt is 'square root'
  27. exp is 'e to the power of'
  28. ln is 'log to the base e'
  29. log is 'log to the base 10'
  30. d>r is convert degrees to radians
  31. r>d is convert radians to degrees *** note that all trig is performed in radians***
  32. sin, cos, tan are as they say
  33. asin, aco, ata are arcsine, arccosine and arctangent
  34. sinh, csh, tnh are hyperbolic sine, cosine and tangent
  35. asih, ach, ath are hyperbolic arcsine, arccosine, and arctangent
  36. erf is the error function
  37. erc is the errorc function
  38. ga is the gamma function
  39. annuity calculates the present value factor of an annuity at a given interest rate over the specified periods, the interest rate being per period.  The first number entered is the rate, the second the periods.  Enter as <rate><annuity><periods><=>.
  40. compound calculates the compounded interest factor over the specified number of periods.  The first number entered is the rate, the second the periods, as per annuity.
  41.  
  42. The keys to the right of, and below, 'M1,2' are the memory access keys - the left column for M1, the right for M2.  In each case, the keys mean:
  43. -> saves current display to memory
  44. + adds current display to memory and stores result in memory
  45. <- replaces current display by memory
  46. C clears memory contents to 0
  47.  
  48. Pi produces the value of Pi (3.14159....)
  49. e produces the value of e (2.71828....)
  50.  
  51. clear all clears everything except for the two memories
  52. CE clears only the rightmost character in the display (works on all display entries!)
  53. +/- negates the sign of the display, i.e. + becomes - and vice versa.
  54.  
  55. Note that errors are currently not trapped - if you divide by zero, then you will get a standard Newton divide by zero error.  Similarly, finding the log of a negative number will fill the result with 'box' characters.  Very occasionally, you may find that the contents of the display are lost - just press 'clear all' to get a 0 back.  I hope to improve this in future versions.
  56.  
  57. This calculator is freely distributable, and must not be sold.  However, it remains Copyright © 1993 EHN & DIJ Oakley, all other rights reserved.  It was developed using the Newton Toolkit, which is Copyright © 1992-1993 Apple Computer, Inc., all rights reserved.  Apple Computer, Inc., accepts no liability or responsibility whatsoever for this product, and so on.  As this is supplied free, EHN & DIJ Oakley accept no responsibility or liability for the product or what it might do to your Newton, nor for any inaccuracy of any results therefrom.  You use it entirely at your own risk!  Newton and most other trade names mentioned above are registered trademarks of Apple Computer, Inc.
  58.  
  59. I hope this fills a gap until Dubl-Click's commercial calculator kit becomes available, and commend that to you as a worthwhile future purchase.
  60.  
  61. Howard Oakley, EHN & DIJ Oakley.
  62. CompuServe 70734,120; AppleLink UK0392; Internet Howard@quercus.demon.co.uk;
  63. Fax +44 983 853253.
  64. More fine software from the Isle of Wight, UK!
  65.