File: erf.cabal

package info (click to toggle)
haskell-erf 2.0.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 52 kB
  • sloc: haskell: 83; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Name:           erf
Version:        2.0.0.0
License:        BSD3
Author:         Lennart Augustsson
Maintainer:     Lennart Augustsson
Category:       Math
Synopsis:       The error function, erf, and friends
Stability:      experimental
Build-type:     Simple
License:        BSD3
Synopsis:       The error function, erf, and related functions.
Description:    A type class for the error function, erf, and related functions.
                Instances for Float and Double.
Hs-Source-Dirs: src
Build-Depends:          base >= 4 && < 10
Exposed-modules:        Data.Number.Erf