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 7b34e70 commit e102c0aCopy full SHA for e102c0a
libc/test/src/math/smoke/powf_test.cpp
@@ -192,4 +192,5 @@ TEST_F(LlvmLibcPowfTest, SpecialNumbers) {
192
}
193
194
EXPECT_FP_EQ(-0.0f, LIBC_NAMESPACE::powf(-0.015625f, 25.0f));
195
+ EXPECT_FP_EQ(0.0f, LIBC_NAMESPACE::powf(-0.015625f, 26.0f));
196
0 commit comments