Safe Haskell | None |
---|---|
Language | Haskell98 |
Define Transcendental functions on arbitrary fields.
These functions are defined for only a few (in most cases only one) arguments,
that's why we discourage making these types instances of C
.
But instances of C
can be useful when working with power series.
If you intend to work with power series with Rational
coefficients,
you might consider using MathObj.PowerSeries.T (Number.PartiallyTranscendental.T Rational)
instead of MathObj.PowerSeries.T Rational
.
Documentation
Instances
Eq a => Eq (T a) Source # | |
Fractional a => Fractional (T a) Source # | |
Num a => Num (T a) Source # | |
Ord a => Ord (T a) Source # | |
Show a => Show (T a) Source # | |
C a => C (T a) Source # | |
C a => C (T a) Source # | |
C a => C (T a) Source # | |
C a => C (T a) Source # | |
(C a, Eq a) => C (T a) Source # | |