]> gitweb.michael.orlitzky.com - numerical-analysis.git/blob - src/Aliases.hs
Add an implementation of Euler's method that takes the step size 'h' as an argument...
[numerical-analysis.git] / src / Aliases.hs
1 module Aliases
2 where
3
4 import Data.Number.BigFloat
5
6 type R = BigFloat Prec50