home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util2 / scieqs.doc < prev    next >
Text File  |  1989-02-19  |  846b  |  17 lines

  1.  SCIEQS 1.1 by George Yee                    ($6.00)
  2.  
  3. Scientific Equation Solver (SCIEQS) acts as a sophisticated scientific 
  4. calculator.  It can perform double precision floating point arithmetic 
  5. using an assignment statement syntax similar to BASIC or FORTRAN.  
  6. Variables may be assigned values in one statement and then used on the 
  7. right-hand side of another statement. 
  8.  
  9. Almost every built-in function found on scientific calculators has 
  10. been included: trigonometric, hyperbolic, exponential, logarithmic, 
  11. factorial, and square/cube root functions.  Even advanced functions 
  12. such as erf(x) and gamma(x) have been included.  You can also define 
  13. your own functions with any number of arguments. 
  14.  
  15. There is also an equation solver built into the program.  This feature 
  16. allows the program to solve for any variable in a given equation.  
  17.