Files
2023-08-01 13:49:46 +02:00

1.3 KiB

Travis status Dependency status devDependency status npm version

infinity-x

The constant value Infinity.

Version: 1.0.0
Author: Xotic750 Xotic750@gmail.com
License: MIT
Copyright: Xotic750

module.exports : number

The constant value Infinity derived mathematically by 1 / 0.

Kind: Exported member
Example

var INFINITY = require('infinity-x');

INFINITY === Infinity; // true
-INFINITY === -Infinity; // true
INFINITY === -Infinity; // false