ModularM
Modular3y ago
11 replies
Vijay Yadav

How to convert string to float value?

Is there any way to convert string like "3.14" to float value? I can see atol is there for converting string to int value but couldn't find anything for float values.
Was this page helpful?