hmpfr-0.1.2: Haskell binding to MPFR library

Portabilitynon-portable
Stabilityexperimental
Maintainerales.bizjak0@gmail.com

Data.Number.MPFR.Down

Description

This module defines instances Num, Real, Fractional, Floating and RealFrac of MPFR. Operations are rounded with RoundMode Down and computed with max precision of two operands or with the precision of the operand. Otherwise it is equivalent to Data.Number.MPFR

Documentation

data RoundMode Source

Constructors

Near 
Zero 
Up 
Down 

Instances