UNPKG

417 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.piDocs = void 0;
7var 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};
15exports.piDocs = piDocs;
\No newline at end of file