Files
php_8/variables/double.php
2022-04-09 15:02:19 +03:00

6 lines
66 B
PHP

<?php
$x = 0.00012;
$y = 1.2e-4;
$x = 346.1256;
$y = 3.461256e+2;