Skip to content
  • 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