]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Integration/Trapezoid.hs
Move the partition function out of Integration.Trapezoid and into Misc.
[numerical-analysis.git] / src / Integration / Trapezoid.hs
2012-11-23 Michael OrlitzkyMove the partition function out of Integration.Trapezoi...
2012-11-21 Michael OrlitzkyAdd the Integration.Trapezoid module; import it in...