<!DOCTYPE html>
<html>
<body>

<?php
$number = 123;
printf("%f",$number);
?>


</body>
</html>