DekGenius.com
Team LiB   Previous Section   Next Section
Number.MIN_VALUE the minimum numeric value

Availability

JavaScript 1.1; JScript 2.0, ECMAScript v1

Synopsis

Number.MIN_VALUE

Description

Number.MIN_VALUE is the smallest (closest to zero, not most negative) number representable in JavaScript. Its value is approximately 5E-324.

    Team LiB   Previous Section   Next Section