tau.js 382 B

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