We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a4a27 commit 779d7edCopy full SHA for 779d7ed
1 file changed
test/standalone/libcxx_cmath/src/main.cpp
@@ -20,7 +20,6 @@ int run_tests() {
20
const long double pos_pi = bit_cast<long double>(UINT64_C(0x400921FB54442D18));
21
const long double neg_pi = bit_cast<long double>(UINT64_C(0xC00921FB54442D18));
22
const long double pos_inf = bit_cast<long double>(UINT64_C(0x7FF0000000000000));
23
- const long double neg_nan = bit_cast<long double>(UINT64_C(0xFFF8000000001234));
24
25
C((bit_cast<std::uint64_t>(std::numbers::pi_v<long double>) == UINT64_C(0x400921FB54442D18)));
26
C((bit_cast<std::uint64_t>(std::numbers::e_v<long double>) == UINT64_C(0x4005BF0A8B145769)));
0 commit comments