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