UNPKG

347 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.SQRT2Docs = void 0;
7var SQRT2Docs = {
8 name: 'SQRT2',
9 category: 'Constants',
10 syntax: ['SQRT2'],
11 description: 'Returns the square root of 2, approximately equal to 1.414',
12 examples: ['SQRT2', 'sqrt(2)'],
13 seealso: []
14};
15exports.SQRT2Docs = SQRT2Docs;
\No newline at end of file