C++ Std::stof doesn't work for float less than FLT_MIN?

前端 未结 0 798
Happy的楠姐
Happy的楠姐 2020-12-06 02:33

I\'m having issues with the following line of code:

float temp = std::stof("-8.34416e-46");

It\'s clear that this float is less tha

相关标签:
回答
  • 消灭零回复
提交回复
热议问题