projects/oct/oct.git
2013-04-26  Raymond ToyAdd continued fractions for erf, erfc, w and Dawson... master
2012-04-17  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-04-17  Raymond ToyAdd function to compute J(1/2,z) and use it in the...
2012-04-17  Raymond Toysum-an was summing one too many terms.
2012-04-17  Raymond ToyAdd iterative versions for some functions.
2012-04-17  Raymond ToyMake big-n a defvar so we can change it easily.
2012-04-16  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-04-15  Raymond Toy * Add comments for {{{integer-bessel-j-exp-arc}}}.
2012-04-13  Raymond ToyAdd more tests for Bessel J. Not all of them pass.
2012-04-13  Raymond ToyAdd more tests.
2012-04-12  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-04-12  Raymond ToyEnable test of complex args.
2012-04-12  Raymond ToyFix for complex args.
2012-04-12  Raymond ToyUpdate accuracy for bessel-j-1/2.q test.
2012-04-12  Raymond ToyAdd tests for bessel-j.
2012-04-12  Raymond Toy * Use the g[k] formula instead of r[2*k+1] because...
2012-04-12  Raymond ToyFirst cut at Bessel Y. Not working yet.
2012-04-12  Raymond ToyAdd TODO list for bessel-j.
2012-04-12  Raymond ToyCorrect the computation of alpha and beta.
2012-04-11  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-04-11  Raymond ToyCorrect some comments, remove unused code.
2012-04-11  Raymond ToyUpdate accuracy for oct.elliptic-pi.n2.d and add new...
2012-04-11  Raymond ToyVALUE-OR-TINY returned a value that was too tiny.
2012-04-10  Raymond ToyFix bug in s-bessel-j. Microoptimize integer-bessel...
2012-04-10  Raymond Toy * Implement sum-big-ia.
2012-04-09  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-04-09  Raymond ToyFix two typos in the names of tests.
2012-04-09  Raymond ToyFix some mistakes in exp-integral-e when changing algor...
2012-04-09  Raymond ToyMerge branch 'master' of ssh://common-lisp.net/var...
2012-04-08  Raymond ToyDefine FLOATP, fix bugs in FLOAT.
2012-04-08  Raymond ToyOops. The second arg to FLOAT is optional!
2012-04-08  Raymond ToyFix typo in %big-a. Just use incomplete-gamma-tail...
2012-04-08  Raymond ToyT is not a variable. Use a different name.
2012-04-08  Raymond ToyBuild qd-bessel now. (qd-bessel is a work in progress.)
2012-04-08  Raymond ToyDefine macro WITH-FLOATING-POINT-CONTAGION.
2012-04-08  Raymond ToyFix some comments.
2012-04-08  Raymond ToyFix a divide by zero error in s-exp-integral-e for...
2012-04-07  Raymond ToyAdd more parts of the exp-arc algorithm. Needs lots...
2012-04-07  Raymond ToyAdd some comments, rename bessel-j-exp-arc to integer...
2012-04-07  Raymond ToyFirst cut at Bessel functions. Needs lots of work.
2012-03-24  Raymond Toyqd-gamma depends on qd-complex.
2012-03-24  Raymond ToyNeed to take ABS before testing for 1/2.
2012-03-24  Raymond ToyOops. Need to take the realpart before call FLOAT...
2012-03-23  Raymond ToyNeed to apply contagion for exp-integral-e.
2012-03-23  Raymond ToyUse exp-integral-e to evaluate incomplete-gamma-tail...
2012-03-23  Raymond ToyDocument CHECK-ACCURACY
2012-03-23  Raymond ToyBug fix for check-accuracy, and more tests for exp...
2012-03-23  Raymond ToyCleanups for psi and bug fix for exp-integral-e.
2012-03-23  Raymond ToyOops. In FLOAT, if it's already a float, don't change...
2012-03-23  Raymond ToyFix bug in FLOAT: second arg is optional! Add FLOAT...
2012-03-23  Raymond ToyMerge branch 'master' of git://common-lisp.net/projects...
2012-03-23  Raymond ToyClean up implemenation of s-exp-integral-e a bit.
2012-03-23  Raymond ToyCorrect the computation of s-exp-integral-e when v...
2012-03-22  Raymond ToyMerge branch 'master' of git://common-lisp.net/projects...
2012-03-22  Raymond ToyHandle the case of negative v in exp-integral-e(v,...
2012-03-22  Raymond ToyFix bug in psi for -n/2 for n odd which was causing...
2012-03-22  Raymond ToyAdd a few tests for exp-integral-e. More needed.
2012-03-22  Raymond ToyImplement psi and fix exp-integral-e for integral value...
2012-03-21  Raymond ToyAllow exp-integral-e to work with negative integer...
2012-03-21  Raymond ToyFirst cut at psi function.
2012-03-21  Raymond ToyMerge branch 'master' of git://common-lisp.net/projects...
2012-03-21  Raymond ToyAdd Euler's constant and fix dependencies.
2011-12-06  Raymond ToyMerge branch 'master' of git://common-lisp.net/projects...
2011-12-06  Raymond ToyBetter exp-integral-e computation and fix for incomplet...
2011-12-05  Raymond ToyMerge branch 'master' of git://common-lisp.net/projects...
2011-12-05  Raymond ToyOops. Put back QEXPT method for QD-COMPLEX, QD-REAL.
2011-12-05  Raymond ToyMerge branch 'master' of git://common-lisp.net/projects...
2011-12-05  Raymond ToyClean up code:
2011-12-05  Raymond ToyGet rid of compiler warning about unused variable in...
2011-12-05  Raymond ToyReduce required accuracy so CCL can pass oct.theta2...
2011-12-05  Raymond ToyUpdate version (and make it compatible with latest...
2011-12-05  Raymond ToyUpdate asdf version (and make it compatible with latest...
2011-12-05  Raymond ToyRemove some random junk that we left in.
2011-12-05  Raymond ToyUse exp-integral-e for (incomplete-gamma-tail 0 z).
2011-12-05  Raymond ToySignal error for gamma of negative integers.
2011-12-05  Raymond ToyFix bug in CEILING and FCEILING; add tests.
2011-05-13  Raymond ToyRevert previous blank line insertions.
2011-05-13  Raymond ToyFix ticket:1.
2011-05-13  Raymond ToyFix ticket #1.
2011-05-13  Raymond ToyFix ticket #1.
2011-05-13  Raymond ToyFix ticket #1.
2011-05-13  Raymond ToyFix ticket #1.
2011-05-13  Raymond ToyFix ticket #1.
2011-05-13  Raymond ToyFix ticket #1.
2011-05-13  Raymond ToyFix ticket #1.
2011-05-13  Raymond ToyFix ticket #1.
2011-03-29  Raymond ToyMake gamma accurate for integers; add precision test for
2011-03-29  Raymond ToyMake INCOMPLETE-GAMMA-TAIL more accurate.
2011-03-29  Raymond ToyMore accurate incomplete-gamma function, add debugging...
2011-03-28  Raymond ToyFix typo in #q() number in fresnel-s.2q test.
2011-03-25  Raymond ToyUpdate required accuracy for elliptic-pi.n0.q.
2011-03-25  Raymond ToyAdd DOMAIN-ERROR condition; fix bug in FRESNEL-S-SERIES.
2011-03-24  Raymond ToyFix incomplete-gamma-tail for negative reals, use serie...
2011-03-24  Raymond Toyqd-gamma depends on qd-reader.
2011-03-21  Raymond ToyMove the uses of foo-t before the use of foo-t.
2011-03-19  Raymond ToyAdd rem and mod functions that were left out.
2011-03-18  Raymond ToyAdd series for incomplete-gamma for when the fraction...
2011-03-18  Raymond ToyImplement Si and Ci, sin and cos integrals.
2011-03-18  Raymond ToyAdd Fresnel integrals; fix issue in incomplete-gamma...
2011-03-17  Raymond ToyImplement exponential integral E.
next