nan-x
The constant NaN derived mathematically by 0 / 0.
Version: 1.0.0
Author: Xotic750 Xotic750@gmail.com
License: MIT
Copyright: Xotic750
module.exports : number ⏏
The constant NaN derived mathematically by 0 / 0.
Kind: Exported member
Example
var NAN = require('nan-x');
NAN !== NAN; // true
NAN === NAN; // false