@ -28,4 +28,7 @@ float power(float x, float y);
// Function to calculate the factorial of a number
int factorial(int x);
// Function to calculate the floor value of a number
float floorValue(float x);
#endif