hmpfr-0.4.3: 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 Source #

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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