id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,work_issues,upstream,reviewer,author,merged,dependencies,stopgaps
5907,[with patch; positive review] incorrect fast_float evaluation of constant polynomials,tornaria,tornaria,"A constant polynomial {{{a}}} is incorrectly {{{_fast_float_}}}- evaluated as {{{a*x}}}:
{{{
sage: R.<t> = QQ[]
sage: f = t + 2 - t
sage: ff = f._fast_float_()
sage: ff(3)
6.0
sage: list(ff)
['load 0', 'push 2.0', 'mul']
}}}",defect,closed,major,sage-4.0,basic arithmetic,fixed,fast_float,,,,Mike Hansen,"Gonzalo Tornaria, Carl Witty",4.0.rc0,,
