in reply to Re: Re: Help w/ Code Optimization
in thread Help w/ Code Optimization
Then I realized that real libraries use a Taylor/Macloren (spelling?) series to compute log and other functions, not Newton's method. This is code tuned to the specific function, and you can't do as well with an arbitrary input function unless you input the first derivitive as well.
|
|---|