File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ class ConjTest : public LIBC_NAMESPACE::testing::FEnvSafeTest {
7171 EXPECT_CFP_EQ (func (CFPT (0.0 - 0 .0i)), CFPT (0.0 + 0 .0i));
7272 EXPECT_CFP_EQ (func (CFPT (0.0 + 0 .0i)), CFPT (0.0 - 0 .0i));
7373 // This test passes because the conjugate of -0.0 - 0.0i is CMPLX(-0.0, 0.0)
74- // which cannot be represented as -0.0 + 0.0i because -0.0 + 0.0i is actually
75- // CMPLX(-0.0, 0.0) + CMPLX(0.0, 0.0) = 0.0 + 0.0i so to represent
74+ // which cannot be represented as -0.0 + 0.0i because -0.0 + 0.0i is
75+ // actually CMPLX(-0.0, 0.0) + CMPLX(0.0, 0.0) = 0.0 + 0.0i so to represent
7676 // CMPLX(-0.0, 0.0), we use -0.0
7777 EXPECT_CFP_EQ (func (CFPT (-0.0 - 0 .0i)), CFPT (-0.0 ));
7878 // This test passes because -0.0 + 0.0i is actually
You can’t perform that action at this time.
0 commit comments