Hacker News new | ask | show | jobs
by toolslive 828 days ago
After reducing the interval, you don't want to use the Taylor series as you're building an approximation that's really good in 0 but not so good moving away from 0. It's better to use an interpolating polynomial (Chebychev comes to mind) over the whole target interval.
1 comments

There are many ways to do this. It's not a difficult problem unless memory is constrained.