HNumeric-0.5.0.1: Haskell Numeric Library with pure functionality, R & MATLAB Syntax.

Safe HaskellNone
LanguageHaskell2010

HNum.Special

Documentation

class FuncTools f => SpecialFunc f where Source #

Minimal complete definition

erf, invErf

Methods

erf :: Real a => f a -> f Double Source #

invErf :: Real a => f a -> f Double Source #