Skip to content
  1. Nov 26, 2013
    • Raymond Toy's avatar
      Implement a new atan method that is 21 times faster. · b9a21f1f
      Raymond Toy authored
      The new method uses a table and the taylor series for atan to compute
      atan for real args.
      
      qd-const.lisp:
      o Add the two tables used for the atan computation.
      o Include clisp code that generates the tables.
      
      qd-fun.lisp:
      o Implement atan using a set of tables and a Taylor series.
      
      timing.lisp:
      o Add a simple timing program to evaluate how fast each atan method
        is.
      b9a21f1f
  2. Nov 25, 2013
  3. Nov 24, 2013
    • Raymond Toy's avatar
      Fix ticket:5 · 6127a79e
      Raymond Toy authored
      o Implement better pi reduction and also always do pi reduction.
      o Add test for sin(pi) and cos(2^120), to test pi reduction.
      o Accuracy for erfc is only 198 bits.
      6127a79e
  4. Apr 26, 2013
  5. Apr 17, 2012
  6. Apr 16, 2012
  7. Apr 15, 2012
  8. Apr 13, 2012
  9. Apr 12, 2012
  10. Apr 11, 2012
  11. Apr 10, 2012
  12. Apr 09, 2012
  13. Apr 08, 2012