Posts by Dev Mr. PH • 1 point
1 post
-
-1
votes4
answers3012
viewsA: How to convert scientific notation to full number string
$notation = 1.3388383658903E+18; //Com decimais(8) só alterar conforme for necessario. echo "Decimal: " . number_format($notation ,8); //Sem decimais(bem simples…