UNPKG

think-bayes

Version:

An algorithm framework of probability and statistics for browser and Node.js environment.

12 lines (9 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _decimal = require("decimal.js"); var _default = _decimal.Decimal; exports.default = _default; //# sourceMappingURL=Decimal.js.map