Skip to content
Commit af9fc6fc authored by Raymond Toy's avatar Raymond Toy
Browse files

Make gamma accurate for integers; add precision test for

incomplete-gamma-tail. 

qd-gamma.lisp:
o For integer values, just compute the gamma value directly by
  multiplication.  This works around the problem that the current
  algorithm is not as accurate as we would like.

rt-test.lisp:
o Reduce required accuracy in gamma-incomplete-tail.3.d.
o Add precision test for gamm incomplete tail near the negative real
  axis.
parent 08d25437
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment