The atof() returns double type. So, your code implicitly converted from double to float and you lost precision. ... I wrote simple code below, and ...
確定! 回上一頁