Let\'s suppose I have a string that contains \"7.2769482308e+01\" (this number came from 3rd party software, I cannot control the format).
What is t
Here is a very cheap one: $float = "7.2769482308e+01" + 0;
$float = "7.2769482308e+01" + 0;