Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xotic750/nan-x

The constant NaN.
https://github.com/xotic750/nan-x

browser javascript nan nodejs number

Last synced: about 1 month ago
JSON representation

The constant NaN.

Awesome Lists containing this project

README

        


Travis status


Dependency status


devDependency status


npm version


jsDelivr hits


bettercodehub score


Coverage Status

## 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**

```js
import NAN from 'nan-x';

console.log(NAN !== NAN); // true
console.log(NAN === NAN); // false
```