UNPKG

226 BJavaScriptView Raw
1export var SQRT12Docs = {
2 name: 'SQRT1_2',
3 category: 'Constants',
4 syntax: ['SQRT1_2'],
5 description: 'Returns the square root of 1/2, approximately equal to 0.707',
6 examples: ['SQRT1_2', 'sqrt(1/2)'],
7 seealso: []
8};
\No newline at end of file