integer-logarithms-1.0.3.1: Integer logarithms.
Copyright(c) 2011 Daniel Fischer
LicenseMIT
MaintainerDaniel Fischer <daniel.is.fischer@googlemail.com>
StabilityProvisional
PortabilityNon-portable (GHC extensions)
Safe HaskellTrustworthy
LanguageHaskell2010

GHC.Integer.Logarithms.Compat

Contents

Description

Low level stuff for integer logarithms.

Synopsis

Functions

integerLogBase# :: Integer -> Integer -> Int# #

integerLog2# :: Integer -> Int# #

wordLog2# :: Word# -> Int# #