Number.MIN_VALUE (Constant/static)

A mathematical constant value.

Availability:

ECMAScript edition - 2
JavaScript - 1.1
JScript - 1.0
Internet Explorer - 3.02
Netscape - 3.0
Netscape Enterprise Server version - 2.0
Opera - 3.0
Property/method value type:Number primitive
JavaScript syntax:-Number.MIN_VALUE

This is a constant value representing the smallest realisable non-zero positive value of the number type.

The resulting value is approximately 5e-324

Warnings:

See also:Arithmetic constant, Floating point constant, Number, Number.constructor, Special number values

Property attributes:

ReadOnly, DontDelete, DontEnum

Cross-references:

ECMA 262 edition 2 - section - 15.7.3.3

ECMA 262 edition 3 - section - 15.7.3.3

O'Reilly JavaScript Definitive Guide - page - 37