jiangchengfeiyi-xiaochengxu/node_modules/mathjs/lib/cjs/expression/embeddedDocs/constants/NaN.js

14 lines
278 B
JavaScript
Raw Normal View History

2025-01-02 03:13:50 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NaNDocs = void 0;
const NaNDocs = exports.NaNDocs = {
name: 'NaN',
category: 'Constants',
syntax: ['NaN'],
description: 'Not a number',
examples: ['NaN', '0 / 0'],
seealso: []
};