UNPKG

385 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 'name': 'phi',
5 'category': 'Constants',
6 'syntax': ['phi'],
7 'description': 'Phi is the golden ratio. Two quantities are in the golden ratio if their ratio is the same as the ratio of their sum to the larger of the two quantities. Phi is defined as `(1 + sqrt(5)) / 2` and is approximately 1.618034...',
8 'examples': ['phi'],
9 'seealso': []
10};
\No newline at end of file