UNPKG

246 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 'name': 'SQRT1_2',
5 'category': 'Constants',
6 'syntax': ['SQRT1_2'],
7 'description': 'Returns the square root of 1/2, approximately equal to 0.707',
8 'examples': ['SQRT1_2', 'sqrt(1/2)'],
9 'seealso': []
10};
\No newline at end of file