|
Bindings.Gsl.IeeeFloatingPointArithmetic |
|
|
Description |
http://www.gnu.org/software/gsl/manual/html_node/IEEE-floating_002dpoint-arithmetic.html
|
|
|
Documentation |
|
|
|
|
|
|
|
|
|
|
|
data C'gsl_ieee_float_rep | Source |
|
Constructors | C'gsl_ieee_float_rep | | c'gsl_ieee_float_rep'sign :: CInt | | c'gsl_ieee_float_rep'mantissa :: [CChar] | | c'gsl_ieee_float_rep'exponent :: CInt | | c'gsl_ieee_float_rep'type :: CInt | |
|
| Instances | |
|
|
data C'gsl_ieee_double_rep | Source |
|
Constructors | C'gsl_ieee_double_rep | | c'gsl_ieee_double_rep'sign :: CInt | | c'gsl_ieee_double_rep'mantissa :: [CChar] | | c'gsl_ieee_double_rep'exponent :: CInt | | c'gsl_ieee_double_rep'type :: CInt | |
|
| Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
c'GSL_IEEE_SINGLE_PRECISION :: Num a => a | Source |
|
|
c'GSL_IEEE_DOUBLE_PRECISION :: Num a => a | Source |
|
|
c'GSL_IEEE_EXTENDED_PRECISION :: Num a => a | Source |
|
|
c'GSL_IEEE_ROUND_TO_NEAREST :: Num a => a | Source |
|
|
|
|
|
|
|
|
|
|
c'GSL_IEEE_MASK_DENORMALIZED :: Num a => a | Source |
|
|
c'GSL_IEEE_MASK_DIVISION_BY_ZERO :: Num a => a | Source |
|
|
|
|
c'GSL_IEEE_MASK_UNDERFLOW :: Num a => a | Source |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.4.2 |