Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在符合标准的 C++ 中,以下内容是否保证为真?
#include <limits> std::numeric_limits<float>::has_infinity
我不是专家,但这不取决于 , 的值is_iec559(测试类型是否符合 IEC-559 / IEEE-754 标准)?
is_iec559
它应该假设您的库实现遵循 C++ 标准并使用具有无穷大的浮点数。