In the last post, we verified and quantified the precision of the basic four functions (addition, subtraction, multiplication, and division), and now we can use them as a stepping stone for more complex functions. We can assume they will be available to us so our experimentation at this stage could simply use built-in C++ functions.
In this article, which is the third in a series, we will continue with the proof-of-concept, or pathfinding, research.
Continue reading