UNPKG

361 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.SQRT12Docs = void 0;
7var 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};
15exports.SQRT12Docs = SQRT12Docs;
\No newline at end of file