]> gitweb.michael.orlitzky.com - numerical-analysis.git/commit
Add the numerical-analysis Haskell library.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 9 Sep 2012 22:20:56 +0000 (18:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 9 Sep 2012 22:20:56 +0000 (18:20 -0400)
commit898622d362b9dad42296af6298e20bc9f8410b63
tree03b78697be20f2063823948c3951a3012c480f5a
Add the numerical-analysis Haskell library.
Setup.hs [new file with mode: 0644]
doc/LICENSE [new file with mode: 0644]
makefile [new file with mode: 0644]
numerical-analysis.cabal [new file with mode: 0644]
src/Roots.hs [new file with mode: 0644]
test/Doctests.hs [new file with mode: 0644]