hmpfr-0.1.2: Haskell binding to MPFR library

Portabilitynon-portable
Stabilityexperimental
Maintainerales.bizjak0@gmail.com

Data.Number.MPFR.Assignment

Description

Conversion from basic Haskell types to MPFR. See MPFR manual for detailed documentation.

Synopsis

Documentation

stringToMPFRSource

Arguments

:: RoundMode 
-> Precision 
-> Word

Base

-> String 
-> MPFR 

stringToMPFR_Source

Arguments

:: RoundMode 
-> Precision 
-> Word

Base

-> String 
-> (MPFR, Int) 

strtofrSource

Arguments

:: RoundMode 
-> Precision 
-> Word

base

-> String 
-> (MPFR, String) 

strtofr_Source

Arguments

:: RoundMode 
-> Precision 
-> Word

base

-> String 
-> (MPFR, String, Int) 

fromString :: String -> Precision -> Word -> MPFRSource

stringToMPFR with default rounding to Near.