@ -17,7 +17,6 @@ return 0;
}
// Function to calculate the cube of a number
float cube(float x) {
return x * x * x;