home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / scn.zip / SCITEST.DOC < prev   
Text File  |  1986-01-02  |  5KB  |  90 lines

  1.            *******************************************
  2.            *                                         *
  3.            *  SciTest Calculator v 1.2 Documentation *
  4.            *                                         *
  5.            *******************************************
  6.  
  7.      The enclosed program constitutes the demonstration program for the
  8. Acro Technology MAth Utilities, written in Turbo Pascal. There are two
  9. versions, one called Scitest, the other SciNo87. You will only find one
  10. of these in this archive, depending on which file you downloaded.
  11.  
  12.      The program SciTest is a scientific calculator program that gives the
  13. user the ability to evaluate a variety of mathematical expressions. It can
  14. be used to solve simultaneous equations, polynomials, quadratics, full
  15. complex number evaluations, a large number of unit conversions, solid and
  16. planar mensuration formulas, a large set of trigonometric functions, and a
  17. full set of matrix manipulation and matrix evaluation procedures, including
  18. matrix inversion, coordinate transforms, matrix multiplication, etc. At
  19. this time over 150 functions are implemented.
  20.  
  21.      Owners of previous versions of this program will find that many bugs
  22. have been removed. These occurred mostly in the (now totally) revamped I/O
  23. section.
  24.  
  25.      The programs found in Scitest are built to run on an IBM or close com-
  26. patible with an 8087 installed. With this archive, you should receive four
  27. files, this documentation file, plus Scitest.com, plus two overlays numbered
  28. *.000 and *.001. If you have a non-compatible computer, or do not have an
  29. 8087 installed in your system, then you should have Scino87.arc. This archive
  30. should also contain four files, with the files Scino87.* replacing Scitest.*.
  31.  
  32.      The best way to run this file is to load the main tri-file pack onto
  33. a RAM disk, log on to that drive, and run the main program by calling it's
  34. filename. It can be run from a standard drive also, but will be somewhat
  35. slower.
  36.  
  37.      The biggest difference you'll see between the programs Scitest and
  38. SciNo87 is in the video display, with Scitest using a direct video ram
  39. mapping technique, and SciNo87 using standard Turbo video routines.
  40.  
  41.      Tips on running the Acro Scientific Calculator:
  42.      -----------------------------------------------
  43.  
  44.      1- In the routines that ask for multiple inputs, such as X,Y coordinates,
  45. and all of the matrix operations that ask for matrix size, it is required
  46. that the data be entered in as the two values separated by a space. In other
  47. words, if the program asks for dimensions ( X Y ): then enter in : "3 4"
  48. (without the quotation marks). Any other combination will give an error or
  49. an unpredictable solution.
  50.  
  51.      2- In general, most of the routines are protected against obvious killers
  52. such as division by zero, but the routines are sensitive to user input error.
  53. Entry of the wrong type of data (such as a letter in a numeric field) will
  54. crash the program. Future versions will incorporate keyboard input control,
  55. but this version does not have it.
  56.  
  57.      3- Other problems that can escape the control of the computer, can lead
  58. to other unusual errors, such as over and underflows. These are more often a
  59. case of expecting the computer to do an unreasonable task. Take the factorial
  60. of something like 250. This will give an instant overflow. However, why would
  61. one want a number like that? It requires a solution in excess of 1E308 !!!!
  62. Similarly, it is possible to blow away the circle finder by creating a circle
  63. with a radius greater then 1E308 ( values given for 8087 machine, standard
  64. PC MUCH lower ).   Therefore, make sure that what you ask the computer to do
  65. is reasonable.
  66.  
  67.      4- All angles are expected in DEGREES. Among the programs available are
  68. two that translate back and forth from degrees to radians. While all of the
  69. routines do their calculations using radian notation, radian notation is not
  70. as well known amonst humans, therefore the tilt towards the use of degrees for
  71. angular notation.
  72.  
  73.      HOW TO GET SOURCE CODE
  74.      ----------------------
  75.  
  76.      If you are interested in seeing how the Scientific Calculator is built,
  77. or have a need for fully documented Turbo Pascal source code for over 150
  78. mathematical functions ( and growing ), then write to me at the address listed
  79. below. The Source codes are listed at $69.95, (plus $5.00 shipping and
  80. handling) (CA residents add 6.5% sales tax).
  81.  
  82.       Acro Math Utilities
  83.       Acro Technology Inc.
  84.       1111 W. El Camino Real #331
  85.       Sunnyvale, CA 94086
  86.  
  87.       Make checks payable to: Bob Zorich
  88.                               Compuserve 74716.2204
  89.  
  90.