`ini_set('precision', 18);
$number2 = 5.00025051541321;
echo ($number2);
Output: 5.00025051541321019`
What can be the issue and if someone help me to solve that.
`ini_set('precision', 18);
$number2 = 5.00025051541321;
echo ($number2);
Output: 5.00025051541321019`
What can be the issue and if someone help me to solve that.