feat:node-modules
This commit is contained in:
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/constants/phi.js
generated
vendored
Normal file
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/constants/phi.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.phiDocs = void 0;
|
||||
const phiDocs = exports.phiDocs = {
|
||||
name: 'phi',
|
||||
category: 'Constants',
|
||||
syntax: ['phi'],
|
||||
description: 'Phi is the golden ratio. Two quantities are in the golden ratio if their ratio is the same as the ratio of their sum to the larger of the two quantities. Phi is defined as `(1 + sqrt(5)) / 2` and is approximately 1.618034...',
|
||||
examples: ['phi'],
|
||||
seealso: []
|
||||
};
|
||||
Reference in New Issue
Block a user