Copyright | (c) 2011 Daniel Fischer |
---|---|
License | MIT |
Maintainer | Daniel Fischer <[email protected]> |
Stability | Provisional |
Portability | Non-portable (GHC extensions) |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
GHC.Integer.Logarithms.Compat
Contents
Description
Low level stuff for integer logarithms.
Synopsis
- integerLogBase# :: Integer -> Integer -> Int#
- integerLog2# :: Integer -> Int#
- wordLog2# :: Word# -> Int#