1.3 KiB
1.3 KiB
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