SQRT2.js (347B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.SQRT2Docs = void 0; 7 var 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 }; 15 exports.SQRT2Docs = SQRT2Docs;