The constant NaN derived mathematically by 0 / 0.
npm install nan-x href="https://travis-ci.org/Xotic750/nan-x"
title="Travis status"> src="https://travis-ci.org/Xotic750/nan-x.svg?branch=master"
alt="Travis status" height="18">
href="https://david-dm.org/Xotic750/nan-x"
title="Dependency status"> alt="Dependency status" height="18"/>
href="https://david-dm.org/Xotic750/nan-x?type=dev"
title="devDependency status"> alt="devDependency status" height="18"/>
href="https://badge.fury.io/js/nan-x"
title="npm version"> alt="npm version" height="18">
href="https://www.jsdelivr.com/package/npm/nan-x"
title="jsDelivr hits"> alt="jsDelivr hits" height="18">
href="https://bettercodehub.com/results/Xotic750/nan-x"
title="bettercodehub score"> alt="bettercodehub score" height="18">
href="https://coveralls.io/github/Xotic750/nan-x?branch=master"
title="Coverage Status"> alt="Coverage Status" height="18">
The constant NaN derived mathematically by 0 / 0.
The constant NaN derived mathematically by 0 / 0.
Kind: Exported member
Example
``js
import NAN from 'nan-x';
console.log(NAN !== NAN); // true
console.log(NAN === NAN); // false
``