Skip to content
  1. Oct 15, 2007
    • Raymond Toy's avatar
      o Oops. Fix up a few IN-PACKAGE's for the new package names. · dcc2f637
      Raymond Toy authored
      qd-fun.lisp:
      o Comment out the old sin/cos routines
      o Fix a few mistakes in accurate-sincos-qd
      o Rename accurate-sincos-qd to sincos-qd.
      dcc2f637
    • Raymond Toy's avatar
      o Rename QUAD-DOUBLE-INTERNAL package to OCT-INTERNAL, with nickname · bc4055f3
      Raymond Toy authored
        OCTI instead of QDI.
      o Rename OCT package to NET.COMMON-LISP.OCT, with a nickname of OCT
      o Remove nickname of QD.  (Conflicts with other packages dealing with
        quad-doubles.)
      o Update all uses of QDI: to OCTI:
      
      qd-fun.lisp:
      o Add REM-PI/2 to do a simpler computation if the arg is small
        enough.  Otherwise, use the accurate but expensive rem operation.
      o Renamed ACCURATE-SIN-QD to SIN-QD, etc.
      o Update SIN-QD etc to use REM-PI/2.
      bc4055f3
  2. Sep 18, 2007
    • Raymond Toy's avatar
      qd-test.lisp: · 53f0cdff
      Raymond Toy authored
      o Add optional arg to enable/disable printing of results.  Default is
        on.
      
      rt-tests.lisp:
      o Don't print results.
      53f0cdff
  3. Aug 27, 2007
  4. Aug 25, 2007
  5. Jun 01, 2007
  6. May 30, 2007
  7. May 23, 2007
  8. May 16, 2007
  9. May 15, 2007
  10. May 13, 2007
  11. May 11, 2007
    • toy's avatar
      Try not to use double-double float numbers. · 6c16b20f
      toy authored
      6c16b20f
    • toy's avatar
      qd-fun.lisp: · 1ade922d
      toy authored
      o Add some docstrings
      o Rename many of the functions to give them reasonably consistent
        naming scheme.
      o Add the main entry functions that call one of the various
        implementations.
      o Move timing functions to the end.
      
      qd-test.lisp:
      o Update for name changes.
      1ade922d
    • toy's avatar
      Add more prints for tests. · 42edcc4c
      toy authored
      42edcc4c
  12. May 10, 2007
    • toy's avatar
      o Add function to test atan for certain values. · ee5d2406
      toy authored
      o Add function to test sin for certain values.
      o Add function to test tan for certain values.
      o Add function to test asin for certain values.
      o Add function to run all tests.
      ee5d2406
  13. Apr 10, 2007