hmpfr-0.4.4: Haskell binding to the MPFR library

Copyright(c) Aleš Bizjak
LicenseBSD3
Maintainermikkonecny@gmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell98

Data.Number.MPFR.Mutable.Misc

Description

For documentation on particular functions see http://www.mpfr.org/mpfr-current/mpfr.html#Miscellaneous-Functions.

Documentation

nextAbove :: MMPFR s -> ST s () Source #

nextbelow :: MMPFR s -> ST s () Source #

max :: MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int Source #

min :: MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int Source #