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