Hapus format nomor notasi ilmiah dalam php

echo rtrim(rtrim(sprintf('%.8F', $var), '0'), ".");
Attractive Ant