[Haskell] math library for Haskell

Chris Kuklewicz haskell at list.mightyreason.com
Wed Jul 25 04:45:18 EDT 2007


Lloyd Allison wrote:
> Am I looking in the wrong place
> (http://haskell.org/ghc/docs/latest/html/libraries/ ) or
> just not seeing it, but I was hoping there would be a
> math library for Haskell that would include, e.g.,
> a Gamma function and the like.
> 
> 
> -L

I think the best thing would be to wrap the Gamma function form the GSL:

http://www.gnu.org/software/gsl

Or add the Gamma wrapper to the Haskell wrapping GSLHaskell at

http://dis.um.es/~alberto/GSLHaskell/

Note: Get the darcs version of GSLHaskell.


More information about the Haskell mailing list