UNPKG

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