]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Integration
Rename Aliases.hs to BigFloat.hs, now containing numeric-prelude instances for BigFloats.
[numerical-analysis.git] / src / Integration /
2013-02-05 Michael OrlitzkyReplace (fromRational . toRational) with realToFrac...
2012-11-23 Michael OrlitzkyAdd Integration.Simpson implementing Simpson's rule...
2012-11-23 Michael OrlitzkyMove the partition function out of Integration.Trapezoi...
2012-11-21 Michael OrlitzkyAdd the Integration.Trapezoid module; import it in...