UNPKG

nyks

Version:

nodejs exupery style

7 lines (4 loc) 96 B
"use strict"; module.exports = Math.log2 || function(x) { return Math.log(x) / Math.LN2; };