pimath 0.0.36 → 0.0.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/pi.js CHANGED
@@ -2,13 +2,13 @@
2
2
  /******/ "use strict";
3
3
  /******/ var __webpack_modules__ = ({
4
4
 
5
- /***/ 519:
5
+ /***/ 607:
6
6
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
7
7
 
8
8
  var __webpack_unused_export__;
9
9
 
10
10
  __webpack_unused_export__ = ({ value: true });
11
- exports.Pi = void 0;
11
+ exports.l = void 0;
12
12
  const numeric_1 = __webpack_require__(956);
13
13
  const numexp_1 = __webpack_require__(735);
14
14
  const shutingyard_1 = __webpack_require__(505);
@@ -28,7 +28,7 @@ const triangle_1 = __webpack_require__(164);
28
28
  const circle_1 = __webpack_require__(699);
29
29
  const point_1 = __webpack_require__(557);
30
30
  // Expose as global
31
- exports.Pi = {
31
+ exports.l = {
32
32
  ShutingYard: shutingyard_1.Shutingyard,
33
33
  Numeric: numeric_1.Numeric,
34
34
  NumExp: numexp_1.NumExp,
@@ -51,7 +51,7 @@ exports.Pi = {
51
51
  Circle: circle_1.Circle
52
52
  }
53
53
  };
54
- window.Pi = exports.Pi;
54
+ window.Pi = exports.l;
55
55
 
56
56
 
57
57
  /***/ }),
@@ -6462,7 +6462,7 @@ exports.Shutingyard = Shutingyard;
6462
6462
  /******/ // startup
6463
6463
  /******/ // Load entry module and return exports
6464
6464
  /******/ // This entry module is referenced by other modules so it can't be inlined
6465
- /******/ var __webpack_exports__ = __webpack_require__(519);
6465
+ /******/ var __webpack_exports__ = __webpack_require__(607);
6466
6466
  /******/
6467
6467
  /******/ })()
6468
6468
  ;