]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Roots
Add a .ghci file.
[numerical-analysis.git] / src / Roots /
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.