JavaScript Tutorial/Number Data Type/NEGATIVE INFINITY — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 11:24, 26 мая 2010

Number.NEGATIVE_INFINITY

The NEGATIVE_INFINITY property represents a negative infinity number.

It is returned when a calculation returns a negative number greater than the largest negative number in JavaScript.



   <source lang="javascript">

<html>

   <body>
   <script language="JavaScript">
   
   </script>
   </body>
   </html></source>