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

https://github.com/10xengineersqualityprogramming/infinities

Gets the infinities.
https://github.com/10xengineersqualityprogramming/infinities

Last synced: 10 months ago
JSON representation

Gets the infinities.

Awesome Lists containing this project

README

          

## Infinities

It just returns positive or negative infinity depending on what function you call. Dass it.

```js
var {negativeInfinity,positiveInfinity} = require('infinities')
console.log(negativeInfinity()) // output: -Infinity
console.log(positiveInfinity()) // output: Infinity
```