nan-x
v2.2.1
Published
The constant NaN derived mathematically by 0 / 0.
Downloads
22,763
Maintainers
Readme
nan-x
The constant NaN derived mathematically by 0 / 0.
module.exports
: number ⏏
The constant NaN derived mathematically by 0 / 0.
Kind: Exported member
Example
import NAN from 'nan-x';
console.log(NAN !== NAN); // true
console.log(NAN === NAN); // false