SQRT2.js 347 B

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