math with bitcoin is giving me problems
$value = bcmul((float)$TotalMoney, $p,8); $value = bcdiv((float)$Value, 100,8);
returns
I just use number_format()
Actual situation on your PHP:
$n=pow(71663616,2); echo $n //5.1356738581955E+15
Now calling the decimal notation:
$n=pow(71663616,2); echo number_format($n) //5,135,673,858,195,456