feat:node-modules

This commit is contained in:
houjunxiang
2025-11-24 10:26:18 +08:00
parent 753766893b
commit 8a3e48d856
8825 changed files with 567399 additions and 1 deletions

10
node_modules/mathjs/lib/cjs/plain/number/constants.js generated vendored Normal file
View File

@@ -0,0 +1,10 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.tau = exports.pi = exports.phi = exports.e = void 0;
const pi = exports.pi = Math.PI;
const tau = exports.tau = 2 * Math.PI;
const e = exports.e = Math.E;
const phi = exports.phi = 1.6180339887498948; // eslint-disable-line no-loss-of-precision