samhocevar / lolremez

📈 Polynomial Approximations using the Remez Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Same issue but for exp2

KeyiZhong opened this issue · comments

When I checked issue #13 , I found that there is still a mis-ordered function for exp2 and exp

Thanks for noticing this! This was a slightly different bug and I missed it because contrary to #13 exp2() would not cause an error, it would just return the wrong value. Fixed in the main branch.