haskell-numerics / random-fu

A suite of Haskell libraries for representing, manipulating, and sampling random variables
42 stars 21 forks source link

Remove dependency on log-domain #51

Closed adamConnerSax closed 4 years ago

adamConnerSax commented 4 years ago

-Removed dependency on log-domain (in Binomial.hs) since log1p now in base>= 4.9. -Raised lower bound on base accordingly.
-Updated random-fu/changelog.md -added "dist-newstyle" to .gitignore for new-style cabal builds