Reading ASCII numbers using “D” instead of “E” for scientific notation using C

后端 未结 3 1458
执笔经年
执笔经年 2020-12-21 21:33

I have a list of numbers which looks like this: 1.234D+1 or 1.234D-02. I want to read the file using C. The function atof will merely

3条回答
提交回复
热议问题