home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / lisp / mcl / 1860 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.8 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!spool.mu.edu!agate!stanford.edu!apple!cambridge.apple.com!straz@cambridge.apple.com
  2. From: straz@cambridge.apple.com (Steve Strassmann)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: FFT code?
  5. Message-ID: <9212210055.AA02139@cambridge.apple.com>
  6. Date: 21 Dec 92 00:55:12 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 39
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10.  
  11. >Date: Fri, 18 Dec 92 15:34:03 PST
  12. >From: mmeehan@eesof.com (Mike Meehan)
  13. >To: bright@ENH.NIST.GOV
  14. >Subject: Re: FFT code?
  15. >Cc: info-mcl@cambridge.apple.com
  16. >
  17. >Dave,
  18. >
  19. >There is a clmath lib somewhere on one of mit's file servers.
  20. >Ive grep'ed my mail archives but cant find where Straz told me about
  21. >this stuff...If you cant find it, lemme know and ill put it up on our
  22. >ftp site...
  23. >
  24. >Its probably on the CD, I dont think its on cambridge.apple.com, but
  25. >maybe it should?
  26.  
  27. It's at ftp.ai.mit.edu:/pub/clmath.tar and on the CD in "CL Math".
  28. Doesn't seem to have FFT's though. Here's the README file:
  29.  
  30. -------
  31. Here's a LISP Library of mathematical functions that calculate
  32. hyperbolic and inverse hyperbolic functions. Bessel functions,
  33. elliptic integrals, the gamma and beta functions, and the incomplete
  34. gamma and beta functions.  There are probability density functions,
  35. cumulative distributions, and random number generators for the normal,
  36. Poisson, chi-square, Student's T, and Snedecor's F functions. Multiple
  37. linear regression, Fletcher-Powell unconstrained minimization,
  38. numerical integration, root finding, and convergence. Code to factor
  39. numbers and to do the Solovay-Strassen probabilistic prime test.
  40.  
  41. A paper describing this library is available from the MIT AI Lab
  42. publications department as AIM-774
  43.  
  44. :author Gerald Roylance
  45. :title "Some Scientific Subroutines in LISP"
  46. :date September 1984
  47. :pages 12
  48. :cost $3.00
  49. :adnum AD-A147889
  50.