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.Integer

Description

Documentation

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

ceil :: MMPFR s -> MMPFR s -> ST s Int Source #

floor :: MMPFR s -> MMPFR s -> ST s Int Source #

round :: MMPFR s -> MMPFR s -> ST s Int Source #

trunc :: MMPFR s -> MMPFR s -> ST s Int Source #

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

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

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

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