UNPKG

318 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 'name': 'pi',
5 'category': 'Constants',
6 'syntax': ['pi'],
7 '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',
8 'examples': ['pi', 'sin(pi/2)'],
9 'seealso': ['tau']
10};
\No newline at end of file