simple-squiggle/node_modules/mathjs/lib/cjs/expression/embeddedDocs/constants/Infinity.js

15 lines
414 B
JavaScript
Raw Permalink Normal View History

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.InfinityDocs = void 0;
var InfinityDocs = {
name: 'Infinity',
category: 'Constants',
syntax: ['Infinity'],
description: 'Infinity, a number which is larger than the maximum number that can be handled by a floating point number.',
examples: ['Infinity', '1 / 0'],
seealso: []
};
exports.InfinityDocs = InfinityDocs;