samhocevar / lolremez

📈 Polynomial Approximations using the Remez Algorithm
Do What The F*ck You Want To Public License
397 stars 36 forks source link

Same issue but for exp2 #15

Closed KeyiZhong closed 3 years ago

KeyiZhong commented 3 years ago

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

samhocevar commented 3 years ago

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.