M
Modular15mo ago
hat

`atof` in Mojo?

Does Mojo currently have a function to convert real numbers represented by strings to Float64's? Something like C's atof function?
1 Reply
gryznar
gryznar15mo ago
side note: name atof in Mojo is not very practical, because there are plans to support strings like in Python (not only ASCII)

Did you find this page helpful?