----------------------------------------------------------------------------- -- | -- Module : Numeric.LongDouble -- Copyright : (C) 2018 Claude Heiland-Allen -- License : BSD3 -- Maintainer : Claude Heiland-Allen -- Stability : experimental -- Portability : non-portable -- -- This module re-exports the default platform-specfic ABI for C's long double. module Numeric.LongDouble ( module Numeric.LongDouble.X87_128 ) where import Numeric.LongDouble.X87_128 ( LongDouble() , truncate', round', ceiling', floor' , fromDouble, toDouble, fromInt, toInt )