ITADN

Special-case `math.exp` approximation

#2935OpenAlexanderViand 创建于 2026-05-11
A
AlexanderViandcommented
For `exp` specifically, simple Taylor should beat the complex general-purpose approximation logic: <img width="1656" height="939" alt="Image" src="https://github.com/user-attachments/assets/67f75317-341c-4d74-96d7-eef244684567" /> (Slide from one of Lawrence's talks, iirc)
3 条评论