Baseline Widely available
Infinity
ì ì ìì±ì 무íë를 ëíë´ë ì«ì ê°ì
ëë¤.
const maxNumber = Math.pow(10, 1000); // Max positive number
if (maxNumber === Infinity) {
console.log("Let's call it Infinity!");
// Expected output: "Let's call it Infinity!"
}
console.log(1 / maxNumber);
// Expected output: 0
ê°
Number.POSITIVE_INFINITY
ì ëì¼í ì«ì ê°ì
ëë¤.
Infinity
ë ì ì ê°ì²´ì ìì±ì
ëë¤. ì¦, ì ì ë²ìì ë³ìì
ëë¤.
Infinity
(ìì 무íë)ë ë¤ë¥¸ ì´ë¤ ìë³´ë¤ ë í½ëë¤. ìíì ì¸ ë¬´íëìë ì¼ë¶ ì°¨ì´ì ì´ ììµëë¤. Number.POSITIVE_INFINITY
문ììì ë ììë³´ì¸ì.
console.log(Infinity); /* Infinity */
console.log(Infinity + 1); /* Infinity */
console.log(Math.pow(10, 1000)); /* Infinity */
console.log(Math.log(0)); /* -Infinity */
console.log(1 / Infinity); /* 0 */
console.log(1 / 0); /* Infinity */
ëª
ì¸ ë¸ë¼ì°ì í¸íì± ê°ì´ 보기
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4