home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug162.arc / STATS.DOC < prev   
Text File  |  1979-12-31  |  1KB  |  31 lines

  1.  
  2.                              STATISTICS
  3.  
  4. STATISTICS is a complete set of MicroWorld Basic programs that will
  5. privide just about all the statistic variables that anyone would want.
  6. They have been converted from GWBASIC (IBM) basic to Microbee MWB Basic
  7. and beta tested against the original GWBasic version for accuracy.
  8.  
  9. It is fully Menu driven. From the SHELL or CP/M prompt, type:
  10.  
  11.                  BASIC STAT  <cr>
  12.  
  13. and Basic will load and Run the menu STAT.MWB from where you make your
  14. selection. Data can be saved to disk and read into most of the modules.
  15. There were NO instructions with the original program, hence none with 
  16. this version but it will not take much effort to sort it all out. All
  17. requests to Print data is to the Parallel Port. If you have a Serial
  18. printer, simply change all OUTL#1 to OUTL#5. There is one in each module.
  19.  
  20. It should work with any disk based Microbee that can run MWB Basic. Some
  21. modules do considerable number crunching so some small delays will occur.
  22. Turbo 'bees run considerably better (twice as fast in fact!). I have removed
  23. the use of the EXPONENTIAL (^) function where possible is it is not as 
  24. accurate as simply multiplying. ie A0^2 is replaced by A0*A0 and any A0^0.5
  25. replaced with SQR(A0) as found in the original program. Well thats it.
  26.  
  27. Alan Laughton, MBUG#679, March '91
  28.  
  29.  
  30.  
  31.