pi.js (417B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.piDocs = void 0; 7 var piDocs = { 8 name: 'pi', 9 category: 'Constants', 10 syntax: ['pi'], 11 description: 'The number pi is a mathematical constant that is the ratio of a circle\'s circumference to its diameter, and is approximately equal to 3.14159', 12 examples: ['pi', 'sin(pi/2)'], 13 seealso: ['tau'] 14 }; 15 exports.piDocs = piDocs;