Skip to content
  1. Jun 24, 2015
    • Raymond Toy's avatar
      Convert defconstant's to defparameter's. · 7b123994
      Raymond Toy authored
      The values are very unlikely to be EQL when redefining so just use
      defparameter.  This is for picky compilers that don't like redefining
      constants with values that aren't EQL.
      7b123994
  2. Oct 15, 2007
    • 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
  3. Oct 13, 2007
  4. Aug 25, 2007