Ross Mellgren wrote:
What about the built-in Float type?

Prelude Foreign.Storable> sizeOf (undefined :: Float)
4
Prelude Foreign.Storable> sizeOf (undefined :: Double)
8

While we're on the subject... I understand that certain FPUs support 80-bit precision. Is there any way to get at that? Or is this going to require FFI too?

_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to