mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-13 14:45:09 +00:00
6 lines
66 B
PHP
6 lines
66 B
PHP
<?php
|
|
$x = 0.00012;
|
|
$y = 1.2e-4;
|
|
$x = 346.1256;
|
|
$y = 3.461256e+2;
|