Libraries
»
zipf
(1.2.6)
»
Index (I)
»
Integer
Class: Integer
Inherits:
Object
Object
Integer
show all
Defined in:
lib/zipf/misc.rb
Overview
gist.github.com/pithyless/9738125
Constant Summary
collapse
N_BYTES =
[
42
]
.
pack
(
'
i
'
)
.
size
N_BITS =
N_BYTES
*
16
MAX =
2
**
(
N_BITS
-
2
)
-
1
MIN =
-
1