25 Jul
2007
25 Jul
'07
8:45 a.m.
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.