home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG083.ARK / ABSTRACT.083 < prev    next >
Text File  |  1985-02-10  |  3KB  |  68 lines

  1. Abstract for CPMUG volume 83.
  2.  
  3. 1. Gerald A. Edgar's muMATH/muSIMP routines
  4. 2. E.R. Le Clear's Complex math routines for CBASIC 2
  5. 3. William R. Brandoni's CP/M subroutines for FORTRAN-80.
  6.     --------
  7.  
  8. 1. Routines for users of Microsoft's muMATH/muSIMP symbolic
  9.    mathematics system.  Tested at muSIMP-80 level 2.12.
  10.  
  11.    by    Gerald A. Edgar
  12.     107 W. Dodridge St.
  13.     Columbus, OH  43202
  14.     614-262-3232
  15.  
  16. Several files provided here extend the capabilities of the
  17. files provided with the muMATH/muSIMP distribution disk.  For
  18. example: evaluation of inverse trigonometric functions, for-
  19. mulas for the solution of fourth degree equations, summation
  20. of infinite series.  Generally speaking, the added capabilities
  21. must be paid for in space and time.
  22.  
  23. The file MUMATH%.DOC explains the capabilities of each of the
  24. files on the disk.  Instructions for using each of the files
  25. (usually by merging it with an existing muMATH file) are given
  26. as a comment at the beginning of the file.
  27.  
  28. A text editor (not included) must be used to merge these files
  29. with existing muMATH files.  Instructions for what to do have
  30. been placed at the beginning of each file.
  31.  
  32. ------------------------------------------------------------
  33.  
  34. 2. Complex math routines for CBASIC 2, including information on
  35.    using them for circuit design, etc.
  36.  
  37.    by    E.R. Le Clear.
  38.     209 Alverno Dr.
  39.     Ft. Wayne, Ind. 46816
  40.     219-745-7652
  41.  
  42. Documentation on the disk describes a method for generating
  43. CBASIC "public library" files to be incorporated as subroutines
  44. in other programs.  Several complex math subroutines are
  45. included as well as two application programs to illustrate the
  46. use of the subroutines and the method, such as a multipole
  47. filter analysis program.
  48.  
  49. Files APPENDIX.DOC, CMATH.DOC, and COMDISK.DOC supply more
  50. information.
  51.  
  52. ------------------------------------------------------------
  53.  
  54. 3. William R. Brandoni's CP/M subroutines for FORTRAN-80.
  55.  
  56. CPMLIB.REL is a library of subroutines which permits theì
  57. Microsoft FORTRAN-80 user to take advantage of some CP/M andì
  58. BDOS functions not supported in the FORTRAN language.  Forì
  59. example, file manipulation such as renaming or erasing files. ì
  60. Direct console input is also supported.  The library is set upì
  61. so that it can be searched during a link using LINK-80.
  62.  
  63. More complete documentation is available in the CPMLIB.DOC andì
  64. CPMLIB.MOD files.
  65.  
  66. ----
  67. Abstract compiled 06/28/82 by Ward Christensen
  68.