# nan-x **Repository Path**: ArkTSCentralRepository/nan-x ## Basic Information - **Project Name**: nan-x - **Description**: The constant NaN derived mathematically by 0 / 0. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-28 - **Last Updated**: 2026-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nan-x 基于[nan-x](https://www.npmjs.com/package/nan-x)原库2.2.1版本进行适配 > The constant NaN derived mathematically by 0 / 0. ## Install ```sh ohpm install nan-x ``` ## Usage ```typescript import NAN from 'nan-x'; console.log(NAN !== NAN); // true console.log(NAN === NAN); // false ```