This is a constant value representing the largest realizable positive finite value of the Number type.
The value is approximately 1.7976931348623157e+308.
The word approximately is used when describing the result, because the mathematical accuracy of JavaScript implementations leaves something to be desired and there are some strange artifacts in some of the calculations.
ECMA 262 edition 2 - section - 15.7.3.2
ECMA 262 edition 3 - section - 15.7.3.2
O'Reilly JavaScript Definitive Guide - page - 37
Prev | Home | Next |
Number.constructor | Up | Number.MIN_VALUE |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |