[ create a new paste ] login | about

Link: http://codepad.org/cQ9Nu619    [ raw code | output | fork ]

PHP, pasted on Apr 4:
1
2
3
4
<?php

$count = PHP_INT_MAX * 100 + 1;
printf("%.0F: %u0+", $count, $count * 0.1);


Output:
1
214748364701: 42949672860+


Create a new paste based on this one


Comments: