| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Fraction
Documentation
numericEnumFrom :: Real a => a -> [a] #
numericEnumFromThen :: Real a => a -> a -> [a] #
numericEnumFromTo :: Real a => a -> a -> [a] #
numericEnumFromThenTo :: Real a => a -> a -> a -> [a] #
fromTaylorToCF :: Fractional a => [a] -> a -> [(a, a)] #
fromFraction :: Fraction -> Double #
integerRoot2 :: Integer -> Integer #
class Transcendental a where #
Minimal complete definition
pi', tan', sin', cos', atan', asin', acos', sqrt', root', power', exp', tanh', sinh', cosh', atanh', asinh', acosh', log', decimal
Methods
root' :: Fraction -> a -> Integer -> a #
power' :: Fraction -> a -> a -> a #
atanh' :: Fraction -> a -> a #
asinh' :: Fraction -> a -> a #
Instances