Page MenuHomeSoftware Heritage

es.math.log2.js
No OneTemporary

es.math.log2.js

var $ = require('../internals/export');
var log = Math.log;
var LN2 = Math.LN2;
// `Math.log2` method
// https://tc39.es/ecma262/#sec-math.log2
$({ target: 'Math', stat: true }, {
log2: function log2(x) {
return log(x) / LN2;
}
});

File Metadata

Mime Type
text/plain
Expires
Jul 4 2025, 8:59 AM (6 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3385148

Event Timeline