User profile: Peter88

User info
User name:Peter88
History
Joined:
Number of posts:2
Latest posts:

Problem with std::isnan() in combination with __float128
I've decided to choose the easy solution and use mbozzi's method: bool isnan(__float128 x) { return...

Problem with std::isnan() in combination with __float128
Hello, I am using the GCC compiler's __float128, but I've encountered a problem. I have a class t...