Navigator 3.0
Number.POSITIVE_INFINITY
Number.POSITIVE_INFINITY is a special numeric value that is returned when an arithmetic operation or mathematical function generates a value greater than the largest representable number in JavaScript (i.e., greater than Number.MAX_VALUE).
JavaScript displays the POSITIVE_INFINITY value as Infinity. This value behaves mathematically like an infinity--for example, anything multiplied by infinity is infinity, and anything divided by infinity is zero.
Note that when numbers "underflow," i.e., when they become less than Number.MIN_VALUE, JavaScript converts them to zero.
file: /Techref/language/java/script/definitive/refp_270.htm, 4KB, , updated: 2019/10/14 15:00, local time: 2024/11/8 09:40,
3.144.42.128:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/java/script/definitive/refp_270.htm"> [Chapter 21] Reference: Number.POSITIVE_INFINITY</A> |
Did you find what you needed? |