tau.js (382B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.tauDocs = void 0; 7 var tauDocs = { 8 name: 'tau', 9 category: 'Constants', 10 syntax: ['tau'], 11 description: 'Tau is the ratio constant of a circle\'s circumference to radius, equal to 2 * pi, approximately 6.2832.', 12 examples: ['tau', '2 * pi'], 13 seealso: ['pi'] 14 }; 15 exports.tauDocs = tauDocs;