hw-bits-0.4.0.0: Bit manipulation

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Bits.Log2

Documentation

class Log2 a where Source #

Minimal complete definition

log2

Methods

log2 :: a -> Int Source #

Instances