numeric-extras 0.0.1 → 0.0.2.1
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
- Numeric/Extras.hs +2/−0
- numeric-extras.cabal +2/−2
Numeric/Extras.hs view
@@ -74,3 +74,5 @@ c_cbrtf :: CFloat -> CFloat foreign import ccall unsafe "math.h erff" c_erff :: CFloat -> CFloat++default (Double)
numeric-extras.cabal view
@@ -1,7 +1,7 @@ Name: numeric-extras-Version: 0.0.1+Version: 0.0.2.1 Synopsis: Useful tools from the C standard library-Homepage: http://patch-tag.com/r/ekmett/numeric-extras+Homepage: http://github.com/ekmett/numeric-extras License: BSD3 License-file: LICENSE Author: Edward Kmett