Answers for "remove scientific notation number format in php"

0

remove scientific notation number format in php

echo rtrim(rtrim(sprintf('%.8F', $var), '0'), ".");
Posted by: Guest on June-17-2021

Code answers related to "remove scientific notation number format in php"

Browse Popular Code Answers by Language