11 Jul
2004
11 Jul
'04
7:14 a.m.
On Mon, Jul 05, 2004 at 10:08:04AM +0100, Edmund GRIMLEY EVANS wrote:
Does Haskell provide any means of determining the number of binary digits in an Integer other than by repeated division?
See the Data.Bits library: http://www.haskell.org/ghc/docs/latest/html/libraries/base/Data.Bits.html Peace, Dylan