Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
The FloatIEEE754
and DoubleIEEE754
unions are used to access the sign,
mantissa and exponent of IEEE floats and doubles. These unions are defined
as appropriate for a given platform. IEEE floats and doubles are supported
(used for storage) by at least Intel, PPC and Sparc.
Synopsis
- newtype FloatIEEE754 = FloatIEEE754 (ManagedPtr FloatIEEE754)
- newZeroFloatIEEE754 :: MonadIO m => m FloatIEEE754
- noFloatIEEE754 :: Maybe FloatIEEE754
- getFloatIEEE754VFloat :: MonadIO m => FloatIEEE754 -> m Float
- setFloatIEEE754VFloat :: MonadIO m => FloatIEEE754 -> Float -> m ()
Exported types
newtype FloatIEEE754 Source #
Memory-managed wrapper type.
Instances
Eq FloatIEEE754 Source # | |
Defined in GI.GLib.Unions.FloatIEEE754 (==) :: FloatIEEE754 -> FloatIEEE754 -> Bool # (/=) :: FloatIEEE754 -> FloatIEEE754 -> Bool # | |
WrappedPtr FloatIEEE754 Source # | |
Defined in GI.GLib.Unions.FloatIEEE754 | |
tag ~ 'AttrSet => Constructible FloatIEEE754 tag Source # | |
Defined in GI.GLib.Unions.FloatIEEE754 new :: MonadIO m => (ManagedPtr FloatIEEE754 -> FloatIEEE754) -> [AttrOp FloatIEEE754 tag] -> m FloatIEEE754 # |
newZeroFloatIEEE754 :: MonadIO m => m FloatIEEE754 Source #
Construct a FloatIEEE754
struct initialized to zero.
noFloatIEEE754 :: Maybe FloatIEEE754 Source #
A convenience alias for Nothing
:: Maybe
FloatIEEE754
.
Methods
Overloaded methods
Properties
vFloat
the double value
getFloatIEEE754VFloat :: MonadIO m => FloatIEEE754 -> m Float Source #
Get the value of the “v_float
” field.
When overloading is enabled, this is equivalent to
get
floatIEEE754 #vFloat
setFloatIEEE754VFloat :: MonadIO m => FloatIEEE754 -> Float -> m () Source #
Set the value of the “v_float
” field.
When overloading is enabled, this is equivalent to
set
floatIEEE754 [ #vFloat:=
value ]