jiangping
2025-04-25 d1062daf5ca214784ad42d7f62c95e1cd13a4ed6
1
2
3
4
5
6
7
8
9
'use strict';
var $ = require('../internals/export');
var log2 = require('../internals/math-log2');
 
// `Math.log2` method
// https://tc39.es/ecma262/#sec-math.log2
$({ target: 'Math', stat: true }, {
  log2: log2
});