UNPKG

362 BJavaScriptView Raw
1export var phiDocs = {
2 name: 'phi',
3 category: 'Constants',
4 syntax: ['phi'],
5 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...',
6 examples: ['phi'],
7 seealso: []
8};
\No newline at end of file