feat:node-modules
This commit is contained in:
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/constants/tau.js
generated
vendored
Normal file
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/constants/tau.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.tauDocs = void 0;
|
||||
const tauDocs = exports.tauDocs = {
|
||||
name: 'tau',
|
||||
category: 'Constants',
|
||||
syntax: ['tau'],
|
||||
description: 'Tau is the ratio constant of a circle\'s circumference to radius, equal to 2 * pi, approximately 6.2832.',
|
||||
examples: ['tau', '2 * pi'],
|
||||
seealso: ['pi']
|
||||
};
|
||||
Reference in New Issue
Block a user