https://github.com/xotic750/infinity-x
The constant value Infinity.
https://github.com/xotic750/infinity-x
browser infinity javascript nodejs number
Last synced: 3 months ago
JSON representation
The constant value Infinity.
- Host: GitHub
- URL: https://github.com/xotic750/infinity-x
- Owner: Xotic750
- License: mit
- Created: 2017-09-25T17:15:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:16:22.000Z (over 3 years ago)
- Last Synced: 2025-04-14T05:17:49.975Z (about 1 year ago)
- Topics: browser, infinity, javascript, nodejs, number
- Language: JavaScript
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## infinity-x
The constant value Infinity.
### `module.exports` : number ⏏
The constant value Infinity derived mathematically by 1 / 0.
**Kind**: Exported member
**Example**
```js
import INFINITY from 'infinity-x';
console.log(INFINITY === Infinity); // true
console.log(-INFINITY === -Infinity); // true
console.log(INFINITY === -Infinity); // false
```