|
|
|
NOTE The value of Number.MAX_SAFE_INTEGER Number.MAX_SAFE_INTEGER is 9007199254740991 𝔽 53 - 1)). This property has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: false }. The value of Number.MAX_VALUE Number.MAX_VALUE is the largest positive finite value of the Number type, which is approximately 1.7976931348623157 × 10 308 . This property has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: false }. NOTE The value of Number.MIN_SAFE_INTEGER Number.MIN_SAFE_INTEGER is -9007199254740991 𝔽 ( (-(2 53 - 1))). This property has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: false }. The value of Number.MIN_VALUE Number.MIN_VALUE is the smallest positive value of the Number type, which is approximately 5 × 10 -324 . In the double precision binary representation, the smallest possible value is a denormalized number. If an implementation does not support denormalized values, the value of Number.MIN_VALUE Number.MIN_VALUE must be the smallest non-zero positive value that can actually be represented by the implementation. This property has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: false }. The value of Number.NaN Number.NaN is NaN . This property has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: false }. The value of Number.NEGATIVE_INFINITY Number.NEGATIVE_INFINITY is - ∞ 𝔽 . This property has the attributes { [[Writable]]: false , [[Enumerable]]: false , [[Configurable]]: false }. The value of Number.MAX_SAFE_INTEGER Number.MAX_SAFE_INTEGER is the largest The value of Number.MIN_SAFE_INTEGER Number.MIN_SAFE_INTEGER (n) 21.1.2.7 Number.MAX_VALUE 21.1.2.8 Number.MIN_SAFE_INTEGER 21.1.2.9 Number.MIN_VALUE 21.1.2.10 Number.NaN 21.1.2.11 Number.NEGATIVE_INFINITY 21.1.2.12 Number.parseFloat ( string ) 509 |