JavaScript Tutorial/Number Data Type/toPrecision

Материал из Web эксперт
Версия от 11:24, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

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>