ireal-0.1: Real numbers and intervals with not so inefficient exact arithmetic.
Data.Number.IReal.Powers
Synopsis
class Num a => Powers a where Source
Common functions collected to allow for instances which handle dependency problems for intervals, and for automatic differentiation.
Minimal complete definition
Nothing
Methods
sq :: a -> a Source
pow :: a -> Int -> a Source
Instances