UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

9 lines (7 loc) 162 B
// 20.2.2.22 Math.log2(x) var $export = require('./_export'); $export($export.S, 'Math', { log2: function log2(x) { return Math.log(x) / Math.LN2; } });