UNPKG

159 BJavaScriptView Raw
1export var NaNDocs = {
2 name: 'NaN',
3 category: 'Constants',
4 syntax: ['NaN'],
5 description: 'Not a number',
6 examples: ['NaN', '0 / 0'],
7 seealso: []
8};
\No newline at end of file