Results of LabFive

Test TypeIterationsX-Value
bi-f1100.7392578125
bi-f282.513671875
se-f130.7391193619116293
se-f222.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)