planet-mitchell-0.1.0: Planet Mitchell

Safe HaskellNone
LanguageHaskell2010

Num.InvErf

Synopsis

Documentation

class Floating a => InvErf a where #

Inverse error functions, e.g., inverf . erf = id and erf . inverf = id assuming the appropriate codomain for inverf. Note that the accuracy may drop radically for extreme arguments.

Minimal complete definition

invnormcdf

Methods

inverf :: a -> a #

inverfc :: a -> a #

invnormcdf :: a -> a #

Instances
InvErf Double 
Instance details

Defined in Data.Number.Erf

InvErf Float 
Instance details

Defined in Data.Number.Erf