| NumericPrelude-0.0: An experimental alternative hierarchy of numeric type classes | Contents | Index |
|
Number.PartiallyTranscendental |
|
|
|
|
Description |
Define Transcendental functions on arbitrary fields.
These functions are defined for only a few (in most cases only one) arguments,
that's why discourage making these types instances of C.
But instances of C can be useful when working with power series.
If you intent 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 |
|
data T a |
Instances | |
|
|
fromValue :: a -> T a |
|
toValue :: T a -> a |
|
Produced by Haddock version 0.7 |