]> gitweb.michael.orlitzky.com - numerical-analysis.git/history - src/Integration/Simpson.hs
src/Integration/Simpson.hs: fix monomorphism restriction warnings.
[numerical-analysis.git] / src / Integration / Simpson.hs
2018-12-07 Michael Orlitzkysrc/Integration/Simpson.hs: fix monomorphism restrictio... master
2014-02-03 Michael OrlitzkyClean up imports everywhere.
2013-07-21 Michael OrlitzkyFix a bunch of hlint warnings.
2013-02-21 Michael OrlitzkyFix compiler warnings and doctests.
2013-02-21 Michael OrlitzkyConvert Integration/Simpson.hs and Integration/Trapezoi...
2013-02-05 Michael OrlitzkyReplace (fromRational . toRational) with realToFrac...
2012-11-23 Michael OrlitzkyAdd Integration.Simpson implementing Simpson's rule...