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

Safe HaskellNone

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 
C Float 
C T 
(C a, C a) => C (T a) 
RealFrac a => C (T a) 
C a => C (T a)