@ -7,4 +7,7 @@ float square(float x);
// Function to calculate the square root of a number
float squareRoot(float x);
// Function to calculate the cube of a number
float cube(float x);
#endif