ireal-0.2.3: Real numbers and intervals with relatively efficient exact arithmetic.

Safe HaskellSafe
LanguageHaskell98

Data.Number.IReal.Powers

Synopsis

Documentation

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