@ -197,4 +197,11 @@ void test_naturalLogarithmPlusOne(void) {
// Add more test cases for different inputs and expected outputs
}
void test_squareRootPlusOne(void) {
float result = squareRootPlusOne(9.0);
TEST_ASSERT_EQUAL_FLOAT(4.0, result);
#endif