Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
A fixed-precision integer type with at least the range [-2^29 .. 2^29-1]
.
The exact range for a given implementation can be determined by using
minBound
and maxBound
from the Bounded
class.
Instances
Calculate the integer logarithm of an Int
to base 2.
The argument must be positive, otherwise an error is thrown.
8-bit signed integer type
Instances
16-bit signed integer type
Instances
32-bit signed integer type
Instances
64-bit signed integer type