I would like to know how to convert a digit with a string to double.
& gt; & Gt; & Gt; X = "2342.34"> gt; & Gt; & Gt; Float (x) 2342.3400000000001
There you can go float (which is almost always C double).
I would like to know how to convert a digit with a string to double.
& gt; & Gt; & Gt; X = "2342.34"> gt; & Gt; & Gt; Float (x) 2342.3400000000001
There you can go float (which is almost always C double).
Comments
Post a Comment