[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Common Lisp math routines



There's a set of CL math functions at trix.ai.mit.edu, in /pub/clmath.tar .
Here's a listing of the files, I haven't looked at it real close

consts.lisp	functions/	integrate/	number/		zeros/
dft.lisp	horner.lisp	matrix.lisp	optim/
files		import.lisp	modules.lisp	statis/

functions:
basic.lisp	beta.lisp	erf.lisp	gamma.lisp
bessel.lisp	ellip.lisp	extfcn.lisp

integrate:
integr.lisp	runge.lisp

number:
combin.lisp	factor.lisp	fib.lisp	mod.lisp

optim:
fit.lisp	fmfp.lisp	marq.lisp	regres.lisp

statis:
binomial.lisp	poisson.lisp	statis.lisp

zeros:
bisection.lisp	falsep.lisp

rushing@titan.ksc.nasa.gov