RootFinder contains a sample illustration of usage of the Root Finder Library. It demonstrates the root
extraction using the following techniques:
- Newton-Raphson method
- Bisection Method
- False Position
- Quadratic Interpolation
- Inverse Quadratic Interpolation
- Ridder's method
- Brent's method
- Zheng's method