# File lib/more/facets/math/log2.rb, line 8
def
self
.
log2
(
x
)
Math
.
log
(
x
)
*
INVERSE_LN_2
end