Post Reply 
Arduino BigNumber library port and ATAN
03-07-2016, 07:40 AM (This post was last modified: 03-07-2016 07:42 AM by Chasfield.)
Post: #3
RE: Arduino BigNumber library port and ATAN
Thank you for the range scaling tip. That should speed things up for inverse trig.

I tested my guess refinement ATAN approach for x < 0.1. That too is highly convergent in that range, requiring only a handful of iterations when ATAN (x) = x is used as the first guess.

The best option for the Arduino Uno will be whichever is the most stable. I think that will be the one which stacks the least function calls on top of each other. So I will dust off my Taylor series code and make comparisons.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Arduino BigNumber library port and ATAN - Chasfield - 03-07-2016 07:40 AM



User(s) browsing this thread: 1 Guest(s)