@ -34,4 +34,7 @@ float floorValue(float x);
// Function to calculate the ceiling value of a number
float ceilingValue(float x);
// Function to calculate the absolute difference between two numbers
float absoluteDifference(float x, float y);
#endif