]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Replace (fromRational . toRational) with realToFrac everywhere.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Feb 2013 03:17:11 +0000 (22:17 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 5 Feb 2013 03:17:11 +0000 (22:17 -0500)
commitc3905924154d9a8d56bdc57e2f36fe48b8524eef
tree56cec720e853eaf283d5743fe5e2f282d8062206
parente09978f7c891cf2d752f841ad6b90a0b51c9da9d
Replace (fromRational . toRational) with realToFrac everywhere.
src/Integration/Simpson.hs
src/Integration/Trapezoid.hs
src/Normed.hs
src/ODE/IVP.hs
src/Vector.hs