## nan-x
The constant NaN derived mathematically by 0 / 0.
**Version**: 1.0.0
**Author**: Xotic750
**License**: [MIT](<https://opensource.org/licenses/MIT>)
**Copyright**: Xotic750
### `module.exports` : number ⏏
The constant NaN derived mathematically by 0 / 0.
**Kind**: Exported member
**Example**
```js
var NAN = require('nan-x');
NAN !== NAN; // true
NAN === NAN; // false
```