Safe Haskell | None |
---|---|
Language | Haskell98 |
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 # | |
Defined in Algebra.RealField | |
C Float Source # | |
Defined in Algebra.RealField | |
C T Source # | |
Defined in Number.Positional.Check | |
(C a, C a) => C (T a) Source # | |
Defined in Algebra.RealField | |
RealFrac a => C (T a) Source # | |
Defined in MathObj.Wrapper.Haskell98 | |
(C a, C a) => C (T a) Source # | |
Defined in MathObj.Wrapper.NumericPrelude |