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

Description

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

Documentation

log :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

log2 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

log10 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

exp :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

exp2 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

exp10 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

sin :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

cos :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

tan :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

sec :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

csc :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

cot :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

sincos :: MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

asin :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

acos :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

atan :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

atan2 :: MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

sinh :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

cosh :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

tanh :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

sinhcosh :: MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

sech :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

csch :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

coth :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

asinh :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

acosh :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

atanh :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

facw :: MMPFR s -> Word -> RoundMode -> ST s Int #

log1p :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

expm1 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

eint :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

li2 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

gamma :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

lngamma :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

digamma :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

zeta :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

zetaw :: MMPFR s -> Word -> RoundMode -> ST s Int #

erf :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

erfc :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

j0 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

j1 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

jn :: MMPFR s -> Word -> MMPFR s -> RoundMode -> ST s Int #

y0 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

y1 :: MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

yn :: MMPFR s -> Word -> MMPFR s -> RoundMode -> ST s Int #

fma :: MMPFR s -> MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

fms :: MMPFR s -> MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

agm :: MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int #

hypot :: MMPFR s -> MMPFR s -> MMPFR s -> RoundMode -> ST s Int #