]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Roots/Simple.hs
Make numbers == 3000.1.* required.
[numerical-analysis.git] / src / Roots / Simple.hs
2012-10-12 Michael OrlitzkyMake numbers == 3000.1.* required.
2012-10-12 Michael OrlitzkyRemove an unused variable.
2012-09-27 Michael OrlitzkyAdd the fixed point method to Roots.Simple.
2012-09-25 Michael OrlitzkyAdd Newton's method tests.
2012-09-24 Michael OrlitzkyAdd the secant method to Roots.Simple.
2012-09-18 Michael OrlitzkyAdd Newton's method.
2012-09-11 Michael OrlitzkySplit Roots into Roots.Simple and Roots.Fast.