Infinity.js 414 B

123456789101112131415
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.InfinityDocs = void 0;
  6. var InfinityDocs = {
  7. name: 'Infinity',
  8. category: 'Constants',
  9. syntax: ['Infinity'],
  10. description: 'Infinity, a number which is larger than the maximum number that can be handled by a floating point number.',
  11. examples: ['Infinity', '1 / 0'],
  12. seealso: []
  13. };
  14. exports.InfinityDocs = InfinityDocs;