Libraries
»
noyes
(1.2.0)
»
Index
»
Math
»
log2
Method: Math.log2
Defined in:
lib/common/ruby_ext.rb
.
log2
(n) ⇒
Object
24 25 26
# File 'lib/common/ruby_ext.rb', line 24
def
Math
.
log2
n
log
(
n
)
/
log
(
2
)
end