Just wondering in php, if it was possible to convert a string to a double. I am using a financial web service which provides a price as a string. I really need to process this as a double and was wondering how i would convert it
thanks
|
Just wondering in php, if it was possible to convert a string to a double. I am using a financial web service which provides a price as a string. I really need to process this as a double and was wondering how i would convert it thanks
| |||||||||||||
feedback
|
|
Just use E.g.:
And in case you wonder And as the other say, in a financial application, float values are critical as these are not precise enough. E.g. adding two floats could result in something like | ||||
|
feedback
|
|
For arbitrary precision mathematics PHP offers the Binary Calculator which supports numbers of any size and precision, represented as strings.
| |||
|
feedback
|
|
Use | |||
|
feedback
|