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

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)