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