UNPKG

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