JVM.Data.Convert.Numbers
toJVMFloat :: Float -> U4 Source #
Converts a Haskell float to the JVM representation
toJVMLong :: Int64 -> (U4, U4) Source #
toJVMDouble :: Double -> (U4, U4) Source #