simple-squiggle

A restricted subset of Squiggle
Log | Files | Refs | README

Infinity.js (273B)


      1 export var InfinityDocs = {
      2   name: 'Infinity',
      3   category: 'Constants',
      4   syntax: ['Infinity'],
      5   description: 'Infinity, a number which is larger than the maximum number that can be handled by a floating point number.',
      6   examples: ['Infinity', '1 / 0'],
      7   seealso: []
      8 };