__color__,__group__,ticket,summary,component,version,type,owner,status,created,_changetime,_description,_reporter
3,,4,Test ticket mailing list,Core,,defect,somebody,new,2012-01-12T20:47:32-0800,2012-01-12T20:47:32-0800,Test ticket mailing list,rtoy
3,,3,incomplete-gamma-tail very slow near the negative real axis,Core,,defect,somebody,new,2011-03-28T06:30:37-0700,2011-03-28T06:30:37-0700,"Evaluation of {{{incomplete-gamma-tail}}} is very slow near the negative real axis.  For {{{(incomplete-gamma-tail 1/2 #c(-100 1d0))}}}, we get an answer quickly.  But replace that with {{{#q(#q-100 #q1)}}} and Oct now takes a long time.  Change it to {{{#q1q-1}}} instead of {{{#q1}}}, and Oct takes forever.  

It's stuck in computing the continued fraction in {{{CF-INCOMPLETE-TAIL}}} which isn't valid on the negative real axis.",rtoy
4,,2,Gamma not accurate,Core,,defect,somebody,new,2011-03-17T12:58:03-0700,2011-03-17T12:58:03-0700,"The function gamma does not return integers when the argument is an integer.  
{{{
* (gamma 4d0)
6.000000000000014d0
}}}

It should be 6d0.",rtoy
