mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-08-03 16:43:03 +00:00
5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
echo '<pre>';
|
|
printf('%8.2f\n', 1000.45684); // 1000.46
|
|
printf('%.2f\n', 12.92869); // 12.93
|