[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Global_Objects/Number/MIN_VALUE [Back]  [Original]

Number.MIN_VALUE - JavaScript | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

Number.MIN_VALUE

Baseline Widely available

This feature is well established and works across many devices and browser versions. Its been available across browsers since 2015 ..

Number.MIN_VALUE , JavaScript.

Number.MIN_VALUE

In this article

MIN_VALUE , JavaScript.

MIN_VALUE , 5e-324. , MIN_VALUE, 0 ( ).

MIN_VALUE Number, Number.MIN_VALUE, Number.

: MIN_VALUE

. MIN_VALUE, func1; func2.

js
if (num1 / num2 >= Number.MIN_VALUE) {
  func1();
} else {
  func2();
}

Specification
ECMAScript 2027 LanguageSpecification
# sec-number.min_value


Web Proxy Viewer  |  New URL  |  Original Page