numeric-prelude-0.4.2: An experimental alternative hierarchy of numeric type classes

Safe HaskellNone
LanguageHaskell98

Algebra.FloatingPoint

Synopsis

Documentation

class C a => C a where Source

Counterpart of RealFloat but with NumericPrelude superclass.

Instances

C Double 
C Float 
RealFloat a => C (T a) 
C a => C (T a)