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