feat:node-modules
This commit is contained in:
10
node_modules/mathjs/lib/cjs/plain/number/constants.js
generated
vendored
Normal file
10
node_modules/mathjs/lib/cjs/plain/number/constants.js
generated
vendored
Normal 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
|
||||
Reference in New Issue
Block a user