Sha256: 1c83d6649595bd23226f2747553d5b90ba565e1553e6470048be9fb026956605

Contents?: true

Size: 91 Bytes

Versions: 73

Compression:

Stored size: 91 Bytes

Contents

unless Math.respond_to? :log2
  def Math.log2(numeric)
    log(numeric) / log(2)
  end
end

Version data entries

73 entries across 73 versions & 5 rubygems

Version Path
backports-3.25.0 lib/backports/1.9.1/math/log2.rb
backports-3.24.1 lib/backports/1.9.1/math/log2.rb
backports-3.24.0 lib/backports/1.9.1/math/log2.rb
backports-3.23.0 lib/backports/1.9.1/math/log2.rb
backports-3.22.1 lib/backports/1.9.1/math/log2.rb
backports-3.22.0 lib/backports/1.9.1/math/log2.rb
backports-3.21.0 lib/backports/1.9.1/math/log2.rb
backports-3.20.2 lib/backports/1.9.1/math/log2.rb
backports-3.20.1 lib/backports/1.9.1/math/log2.rb
backports-3.20.0 lib/backports/1.9.1/math/log2.rb
backports-3.19.0 lib/backports/1.9.1/math/log2.rb
backports-3.18.2 lib/backports/1.9.1/math/log2.rb
backports-3.18.1 lib/backports/1.9.1/math/log2.rb
backports-3.18.0 lib/backports/1.9.1/math/log2.rb
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/backports-3.12.0/lib/backports/1.9.1/math/log2.rb
backports-3.17.2 lib/backports/1.9.1/math/log2.rb
backports-3.17.1 lib/backports/1.9.1/math/log2.rb
backports-3.17.0 lib/backports/1.9.1/math/log2.rb
backports-3.16.1 lib/backports/1.9.1/math/log2.rb
backports-3.16.0 lib/backports/1.9.1/math/log2.rb