UNPKG

@evojs/math

Version:
8 lines (7 loc) 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.log = void 0; function log(x, y) { return y === void 0 ? Math.log(x) : Math.log(y) / Math.log(x); } exports.log = log;