hmpfr-0.2: Haskell binding to MPFR librarySource codeContentsIndex
Data.Number.MPFR.Near
Portabilitynon-portable
Stabilityexperimental
Maintainerales.bizjak0@gmail.com
Description
This module defines instances Num, Real, Fractional, Floating and RealFrac of MPFR. Operations are rounded with RoundMode Near and computed with max precision of two operands or with the precision of the operand. Otherwise it is equivalent to Data.Number.MPFR
Documentation
module Data.Number.MPFR.Assignment
module Data.Number.MPFR.Conversion
module Data.Number.MPFR.Arithmetic
module Data.Number.MPFR.Comparison
module Data.Number.MPFR.Special
module Data.Number.MPFR.Integer
module Data.Number.MPFR.Misc
data RoundMode Source
Constructors
Near
Zero
Up
Down
show/hide Instances
data MPFR Source
show/hide Instances
type Precision = WordSource
type Exp = Int32Source
type Dyadic = MPFRSource
Produced by Haddock version 2.4.2