Skip to content
  1. Apr 08, 2012
  2. Mar 21, 2012
  3. Dec 05, 2011
  4. May 13, 2011
    • Raymond Toy's avatar
      Revert previous blank line insertions. · 5da3f9d5
      Raymond Toy authored
      The blanks were for testing integration of git and trac to close trac
      tickets.  It's working now.
      5da3f9d5
    • Raymond Toy's avatar
      Fix ticket:1. · 83d9e4db
      Raymond Toy authored
      Attempt 9.
      
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      83d9e4db
    • Raymond Toy's avatar
      Fix ticket #1. · 945467ea
      Raymond Toy authored
      Attempt 8.
      
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      945467ea
    • Raymond Toy's avatar
      Fix ticket #1. · c9630c27
      Raymond Toy authored
      Attempt 7.
      
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      c9630c27
    • Raymond Toy's avatar
      Fix ticket #1. · 71016e10
      Raymond Toy authored
      Attempt 6.
      
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      71016e10
    • Raymond Toy's avatar
      Fix ticket #1. · a9aadf90
      Raymond Toy authored
      Attempt 5.
      
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      a9aadf90
    • Raymond Toy's avatar
      Fix ticket #1. · bea5d421
      Raymond Toy authored
      Attempt 4.
      
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      bea5d421
    • Raymond Toy's avatar
      Fix ticket #1. · 24d94d58
      Raymond Toy authored
      Attempt 3.
      
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      24d94d58
    • Raymond Toy's avatar
      Fix ticket #1. · e13f3490
      Raymond Toy authored
      Attempt 2.
      
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      e13f3490
    • Raymond Toy's avatar
      Fix ticket #1. · aee0737f
      Raymond Toy authored
      This is a white space change to test integration of git and trac to
      see if the ticket is automatically closed or updated on commit.
      aee0737f
  5. Mar 24, 2011
  6. Mar 16, 2011
    • Raymond Toy's avatar
      Add gamma and log-gamma functions; work in progress. · a40062c6
      Raymond Toy authored
      oct.asd:
      o Add qd-gamma.lisp.  The implementations need some work.  The
        accuracy is less than desired because gamma(2.0) /= 1.  It's close
        but not quite right.
      
      rt-tests.lisp:
      o Basic tests of the gamma function.  Accuracy is not as good as we
        would ike.
      
      qd-gamma.lisp:
      o New file for implementation of gamma function.
      a40062c6
  7. Mar 14, 2011
  8. Mar 13, 2011
    • Raymond Toy's avatar
      Add Elliptic theta functions and tests. · 8ade177a
      Raymond Toy authored
      oct.asd:
      o Add qd-theta.
      
      qd-theta.lisp:
      o New file with Elliptic theta functions and elliptic nome function.
      
      rt-tests.lisp:
      o Tests for theta functions.
      o Relax accuracy requirements for some of the tests os that they can
        pass.
      8ade177a
  9. Mar 08, 2011
    • Raymond Toy's avatar
      Move #Q reader functions to new file qd-reader.lisp. · 3d37e3b9
      Raymond Toy authored
      qd-reader.lisp:
      o New file containing #Q reader functions.
      o Create a new readtable containing our reader functions so we don't
        destructively modify the default *readtable*.
      
      oct.asd:
      o Add qd-reader.lisp.
      
      qd-complex.lisp:
      qd-elliptic.lisp:
      qd-format.lisp:
      o Set the *readtable* to *oct-readtable* before compiling these
        files.
      3d37e3b9
  10. Mar 07, 2011
    • Raymond Toy's avatar
      Add support for Jacobi elliptic functions · 535d2509
      Raymond Toy authored
      qd-elliptic.lisp:
      o Implementation for Jacobi sn, cn, and dn functions.
      
      qd-methods.lisp:
      o Add EPSILON method to return the floating-point epsilon value for
        the given float.
      
      oct.asd:
      o Build qd-elliptic.lisp.
      535d2509
  11. Mar 04, 2011
  12. Feb 13, 2011
  13. Feb 09, 2011
  14. Jun 15, 2010
  15. Jul 17, 2008
  16. Sep 16, 2007
  17. Sep 13, 2007
  18. Aug 27, 2007
  19. Aug 25, 2007
  20. Aug 24, 2007
  21. Aug 22, 2007
  22. Jun 14, 2007
  23. Jun 02, 2007
  24. May 23, 2007
    • toy's avatar
      Add implementation of necessary core double-double routines for · 6860b54d
      toy authored
      quad-double.
      
      qd-dd.lisp:
      o Needed routines (taken from CMUCL)
      
      qd.system:
      o Compile qd-dd.lisp if needed.
      
      qd-package.lisp:
      o If on CMUCL, import the needed routines from the C package.
      
      qd.lisp:
      o Remove the C:: package qualifiers from the core double-double
        routines.
      6860b54d
    • toy's avatar
      Split out the representation of %quad-double to a separate file. Add · 0b1fed95
      toy authored
      a portable presentation using a (simple-array double-float (4)) to
      hold a %quad-double number.
      
      All of the tests pass with the portable representation.
      
      qd.lisp:
      o Moved representation to qd-rep.lisp.
      o INTEGER-DECODE-QD was dependent on the internal representation.
        Replace with a function using the appropriate accessors.
      
      qd.system:
      o Add new file qd-rep.lisp.
      
      qd-rep.lisp:
      o Representation moved here.
      o Add portable implementation using a simple-array for holding a
        %quad-double.
      0b1fed95
  25. May 21, 2007
  26. May 19, 2007