Results of LabFive
| Test Type | Iterations | X-Value |
| bi-f1 | 10 | 0.7392578125 |
| bi-f2 | 8 | 2.513671875 |
| se-f1 | 3 | 0.7391193619116293 |
| se-f2 | 2 | 2.5137220597052834 |
RootFinder.bisection(RootFinder.f1,0, 1, .001) (10, 0.7392578125, -0.00028900914679008682) RootFinder.bisection(RootFinder.f2, 2.5, 3.0, .001) (8, 2.513671875, 0.00079117698281387812) RootFinder.secant(RootFinder.f1, 0, 1, .001) (3, 0.7391193619116293, -5.7285991106104106e-05) RootFinder.secant(RootFinder.f2, 2.5, 3.0, .001) (4, 2.5137220597052834, 0.00089098247204881639)
