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

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

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

Demonstrating the toPrecision() method

   <source lang="javascript">

<html> <head> <title>Demonstrating the toPrecision() method</title> <script type="text/javascript" language="javascript">

</script> </head> <body onload="DisplayPrecision()">

This listing demonstrates the use of the toPrecision() method.


</body> </html></source>