gpt4 book ai didi

c++ - 为什么字符串到 float 的转换可能不起作用?

转载 作者:太空狗 更新时间:2023-10-29 23:54:07 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Precision of Floating Point
Can you compare floating point values exactly to zero?
floating point issue

在我的 C++ 代码中,我有字符串:“0.55”。

我想将它转换为浮点值“0.55”,但我使用的所有函数都给我浮点值“0.55000001”。

为什么?如何取清值?

最新版本的代码是:

wstring s = L"0.55";
float f = stof(s);

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com