Possible Duplicate:
Convert exponential number to decimal in php
Is there a way to convert an exponential number to a whole number in PHP using built in functions? A format function?
1.2378147769392E+14 to 123781477693917
Is there a way to convert an exponential number to a whole number in PHP using built in functions? A format function? 1.2378147769392E+14 to 123781477693917
| |||||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
However, for working with large numbers, if you want to keep precision, you should look into BCMath extension | |||
|
feedback
|