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