# File lib/backports/1.9.1/math/log2.rb, line 2
  def Math.log2(numeric)
    log(numeric) / log(2)
  end