UNPKG

@evojs/math

Version:
9 lines (8 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ln = void 0; var constants_1 = require("./constants"); function ln(x) { return Math.log(x) / constants_1.LOG_E; } exports.ln = ln;