SQRT1_2.js (361B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.SQRT12Docs = void 0; 7 var SQRT12Docs = { 8 name: 'SQRT1_2', 9 category: 'Constants', 10 syntax: ['SQRT1_2'], 11 description: 'Returns the square root of 1/2, approximately equal to 0.707', 12 examples: ['SQRT1_2', 'sqrt(1/2)'], 13 seealso: [] 14 }; 15 exports.SQRT12Docs = SQRT12Docs;