stylewarning / hypergeometrica

Livin' like it's 1813 (or 1988).
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

don't modify input arguments to VOPs #6

Closed stylewarning closed 5 years ago

stylewarning commented 5 years ago

Paul Khuong says that input arguments shouldn't be modified, and use temporaries and lifetimes instead. I've attempted that change here, however, the tests egregiously fail.

(ISTM that some register is constantly being zero, but no proof of that.)