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.
- Host: GitHub
- URL: https://github.com/gitfaf/negative-infinity
- Owner: gitfaf
- License: gpl-3.0
- Created: 2017-08-20T19:59:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T20:05:48.000Z (over 7 years ago)
- Last Synced: 2025-04-21T09:05:40.978Z (29 days ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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