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

https://github.com/gitfaf/negative-infinity

Check if a number is negative infinity.
https://github.com/gitfaf/negative-infinity

Last synced: 5 days ago
JSON representation

Check if a number is negative infinity.

Awesome Lists containing this project

README

        

# negative-infinity
Check if a number is negative infinity.

# How to use

```
npm i -S negative-infinity
const negativeInfinity = require('negative-infinity');
negativeInfinity.check(19); // false
negativeInfinity.check(-Infinity); // true
```

# License

GNU GPL v3.0