UNPKG

291 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 'name': 'Infinity',
5 'category': 'Constants',
6 'syntax': ['Infinity'],
7 'description': 'Infinity, a number which is larger than the maximum number that can be handled by a floating point number.',
8 'examples': ['Infinity', '1 / 0'],
9 'seealso': []
10};
\No newline at end of file