Copyright | (c) Michal Konecny |
---|---|
License | BSD3 |
Maintainer | mikkonecny@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
AERN2.Real.Elementary
Contents
Description
Selected elementary operations on Cauchy Real numbers.
Documentation
Orphan instances
Floating CReal Source # | |
CanExp Dyadic Source # | |
CanExp CReal Source # | |
CanExp Rational Source # | |
CanExp Integer Source # | |
CanExp Int Source # | |
CanLog Dyadic Source # | |
CanLog CReal Source # | |
CanLog Rational Source # | |
CanLog Integer Source # | |
CanLog Int Source # | |
CanSinCos Dyadic Source # | |
Associated Types type SinCosType Dyadic # | |
CanSinCos CReal Source # | |
Associated Types type SinCosType CReal # | |
CanSinCos Rational Source # | |
Associated Types type SinCosType Rational # | |
CanSinCos Integer Source # | |
Associated Types type SinCosType Integer # | |
CanSinCos Int Source # | |
Associated Types type SinCosType Int # | |
CanSqrt Dyadic Source # | |
CanSqrt CReal Source # | |
CanSqrt Rational Source # | |
CanSqrt Integer Source # | |
CanSqrt Int Source # | |
CanPow Dyadic Dyadic Source # | |
CanPow Dyadic Rational Source # | |
CanPow Rational Dyadic Source # | |
CanPow Rational Rational Source # | |
CanPow Integer Dyadic Source # | |
CanPow Integer Rational Source # | |
CanPow Int Dyadic Source # | |
CanPow Int Rational Source # | |