UNPKG

@rangeljl/shared

Version:

A set of functions that are used in a lot of places

5 lines (4 loc) 168 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const numberLog2 = (value) => Math.log(value) / Math.log(2); exports.default = numberLog2;