mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2025-10-17 14:11:47 +00:00
Insert the missing closing brace
This commit is contained in:
@@ -64,6 +64,7 @@ TEST(ScalarMath, PowerF)
|
||||
EXPECT_FLOAT_EQ(HMM_PowerF(-2.0f, 4.1), -17.148376f);
|
||||
EXPECT_FLOAT_EQ(HMM_PowerF(2.0f, -2.5), 0.176777f);
|
||||
EXPECT_FLOAT_EQ(HMM_PowerF(-2.0f, -2.5), -0.176777f);
|
||||
}
|
||||
|
||||
TEST(ScalarMath, Lerp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user