UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

14 lines (13 loc) 285 B
module.exports = { 'name': 'tau', 'category': 'Constants', 'syntax': [ 'tau' ], 'description': 'Tau is the ratio constant of a circle\'s circumference to radius, equal to 2 * pi, approximately 6.2832.', 'examples': [ 'tau', '2 * pi' ], 'seealso': ['pi'] };