UNPKG

ts-math

Version:

A collection of math functions and packages written in Typescript

7 lines 430 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.gamma = exports.hypergeometric2F1 = void 0; var math_1 = require("./math"); Object.defineProperty(exports, "hypergeometric2F1", { enumerable: true, get: function () { return math_1.hypergeometric2F1; } }); Object.defineProperty(exports, "gamma", { enumerable: true, get: function () { return math_1.gamma; } }); //# sourceMappingURL=index.js.map