Posts by RikJM • 1 point
1 post
- 
		0 votes1 answer93 viewsA: How to convert number into billions for a smaller comparison chain?You should format the number. Let’s imagine that $num is the number variable I want to format: echo "O seu número formatado é: ". number_format($num, 4); What’s in front of the $num is how many…