UNPKG

256 BJavaScriptView Raw
1export var tauDocs = {
2 name: 'tau',
3 category: 'Constants',
4 syntax: ['tau'],
5 description: 'Tau is the ratio constant of a circle\'s circumference to radius, equal to 2 * pi, approximately 6.2832.',
6 examples: ['tau', '2 * pi'],
7 seealso: ['pi']
8};
\No newline at end of file