SQRT1_2.js 361 B

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