Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.Number.Erf
Documentation
class Floating a => Erf a where Source #
Error function related functions.
The derivative of erf
is x -> 2 / sqrt pi * exp (x^2)
,
and this uniquely determines erf
by erf 0 = 0
.
Methods