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

Safe HaskellNone
LanguageHaskell98

Algebra.RealField

Synopsis

Documentation

class (C a, C a) => C a Source #

This is a convenient class for common types that both form a field and have a notion of ordering by magnitude.

Instances

C Double Source # 
C Float Source # 
C T Source # 
(C a, C a) => C (T a) Source # 
RealFrac a => C (T a) Source # 
(C a, C a) => C (T a) Source #