Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xotic750/nan-x
- Owner: Xotic750
- License: mit
- Created: 2017-09-25T17:36:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:34:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T05:02:30.695Z (8 months ago)
- Topics: browser, javascript, nan, nodejs, number
- Language: JavaScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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**```js
import NAN from 'nan-x';console.log(NAN !== NAN); // true
console.log(NAN === NAN); // false
```