Skip to content
  1. Jan 23, 2021
  2. Jan 20, 2021
    • Raymond Toy's avatar
      Remove rt.asd · bc061528
      Raymond Toy authored
      Instead just load the rt files as a module in oct/tests system.
      
      This fixes an issue where rt.asd was interfering with quicklisp.
      bc061528
  3. Jan 16, 2021
    • Raymond Toy's avatar
      Remove named-readtables submodule · b491bdc9
      Raymond Toy authored
      The latest version of quicklisp has the version we want, so we don't
      need our own copy.
      
      Update asd file to require named-readtables from quicklisp.
      b491bdc9
  4. Dec 24, 2020
  5. Dec 23, 2020
  6. Dec 19, 2020
  7. Nov 27, 2020
    • Raymond Toy's avatar
      Address #14: Refactor code · 38deab92
      Raymond Toy authored
      - Create octi.asd to handle processing of the `oct-internal` functions.
        - Includes adding `octi-package.lisp`.
      - Rename `qd-package.lisp` to `oct-package.lisp` which better reflects
        what the file contains.
      - Update asd files for these changes.
      38deab92
    • Raymond Toy's avatar
      Update asd for the new paths · 1b7ac8c3
      Raymond Toy authored
      1b7ac8c3
  8. Nov 24, 2020
  9. Nov 23, 2020
  10. Nov 22, 2020
  11. Nov 11, 2020
  12. Nov 08, 2015
  13. Jun 24, 2015
  14. Nov 26, 2013
  15. Nov 25, 2013
  16. Apr 08, 2012
  17. Mar 24, 2012
  18. Mar 21, 2012
  19. Dec 05, 2011
  20. 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
  21. Mar 24, 2011
  22. 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
  23. Mar 14, 2011
  24. 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
  25. 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
  26. 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