home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d142 / scisubr.lha / SciSubr / Abstract.Txt < prev    next >
Text File  |  1988-05-22  |  1KB  |  33 lines

  1. Scientific Subroutine Package for Amiga
  2.  
  3. This disk contains the Scientific Subroutine Package sources, with
  4. comments, in Fortran. They have been obtained from DECUS VAX-LIB-1
  5. and are public domain.
  6.     These routines are a large and varied collection of mathematical
  7. and statistical algorithms which have been in use for several years.
  8. While their algorithms are not the most recent ones available, they
  9. are generally serviceable.
  10.     The files in these archives have been edited to comment out
  11. all example main programs, and have been edited so that they compile
  12. with no errors in Absoft Fortran 2.3. They are presented only in source
  13. because a subroutine library of this kind is not useful unless one has
  14. the compiler.
  15.     Comments at the start of each subroutine give the uses and
  16. calling sequences of each subroutine. Many statistical and analytical
  17. problems are addressed here, and these routines represent a major
  18. code resource in the public domain for scientific or engineering
  19. analysis.
  20.     In practice, to compile these libraries requires a hard disk,
  21. a lot of memory for a ram: disk, or editing these files (possibly
  22. with EDIT if you lack sufficient memory to hold a 700K file at one
  23. time) to break them into smaller pieces. Such a break-up will not
  24. alter the usefulness of the routines.
  25.  
  26.     This Amiga port of the code remains public domain.
  27.  
  28.     Donated by:
  29.     Glenn Everhart
  30.     11/16/1987
  31.         Concord Twp., Pa.
  32.  
  33.