`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
side note: name
atof
in Mojo is not very practical, because there are plans to support strings like in Python (not only ASCII)