Languages
[Edit]
EN

JavaScript - min floating-point number value

10 points
Created by:
Dexter
660

In JavaScript, min floating-point number value can be achieved using -Number.MIN_VALUE what is equal to -1.7976931348623157e+308 (what is equivalent for min double value in other languages, e.g. Java).

Quick solution:

Warning: do not confuse Number.MIN_VALUE with minimal floating-point value - it returns min positive floating-point value.

 

Min positive floating-point number value

Edit

Sometimes it is necessary to know minimal positive floating-point number value. To get its we can use Number.MIN_VALUE.

 

See also

Edit
  1. JavaScript - max floating-point number value

Alternative titles

  1. JavaScript - min float number value
  2. JavaScript - min double number value
  3. JavaScript - minimal floating-point value
  4. JavaScript - minimal float number value
  5. JavaScript - minimal double number value
  6. JavaScript - minimum floating-point value
  7. JavaScript - minimum float number value
  8. JavaScript - minimum double number value
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join