| Copyright | (C) 2012-2014 Edward Kmett Daniel Peebles (C) 2013-2017 Claude Heiland-Allen |
|---|---|
| License | BSD3 |
| Maintainer | Claude Heiland-Allen <claude@mathr.co.uk> |
| Stability | experimental |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Numeric.MPFR.Raw.Unsafe
Description
This module contains FFI imports as unsafe ccalls.
Documentation
mpfr_clear :: Ptr MPFR -> IO () #
mpfr_free_str :: Ptr CChar -> IO () #
mpfr_nan_p :: Test #
mpfr_inf_p :: Test #
mpfr_zero_p :: Test #
mpfr_signbit :: Test #
mpfr_asinh :: Unary #
mpfr_acosh :: Unary #
mpfr_atanh :: Unary #
mpfr_log1p :: Unary #
mpfr_expm1 :: Unary #
mpfr_trunc :: Unary' #
mpfr_floor :: Unary' #
mpfr_atan2 :: Binary #
mpfr_cmp :: Comparison #
mpfr_nextabove :: Ptr MPFR -> IO () #
mpfr_nextbelow :: Ptr MPFR -> IO () #
wrapped_mpfr_get_ld_2exp :: Ptr LongDouble -> Ptr CLong -> Ptr MPFR -> MPFRRnd -> Ptr CInt -> IO CInt #
wrapped_mpfr_set_ld :: Ptr MPFR -> Ptr LongDouble -> MPFRRnd -> IO CInt #
wrapped_mpfr_cmp_ld :: Ptr MPFR -> Ptr LongDouble -> IO CInt #