Hoogle Search
Within LTS Haskell 24.9 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
module Data.
ReversedScientific Provides a function that shows the somewhat "reversed" scientific notation of the big Integer number so that it is easier (more likely exact) to compare at quick glance two consequent numbers in such a notation by their order and values if they are located in the orderd list.
bitReverse16 :: Word16 -> Word16base Data.Word Reverse the order of the bits in a Word16.
bitReverse32 :: Word32 -> Word32base Data.Word Reverse the order of the bits in a Word32.
bitReverse64 :: Word64 -> Word64base Data.Word Reverse the order of the bits in a Word64.
-
base Data.Word Reverse the order of the bits in a Word8.
-
base GHC.Base Reverse the order of the bits in a word.
bitReverse16# :: Word# -> Word#base GHC.Base Reverse the order of the bits in a 16-bit word.
bitReverse32# :: Word# -> Word#base GHC.Base Reverse the order of the bits in a 32-bit word.
bitReverse64# :: Word64# -> Word64#base GHC.Base Reverse the order of the bits in a 64-bit word.
bitReverse8# :: Word# -> Word#base GHC.Base Reverse the order of the bits in a 8-bit word.